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