is_oriented {rhype} | R Documentation |
Takes a hypergraph object and returns whether the hyperedges are oriented.
is_oriented(hype)
hype |
A hypergraph object. |
A logical value indicating whether the hyperedges are oriented.
h <- example_hype()
is_oriented(h)