is_directed {rhype} | R Documentation |
Is a Hypergraph Directed
Description
Takes a hypergraph object and returns whether the hyperedges are directed.
Usage
is_directed(hype)
Arguments
hype |
A hyeprgraph object. |
Value
A logical value indicating whether the hyperedges are directed.
Examples
h <- example_hype()
is_directed(h)
[Package rhype version 0.3.0 Index]