hyperedge_list {rhype} | R Documentation |
Get Hyperedge List
Description
Take a hypergraph object and return its hyperedge list.
Usage
hyperedge_list(hype)
Arguments
hype |
A hypergraph object |
Value
A hyperedge list. See main documentation for more details on its structure
Examples
h <- example_hype()
hyperedge_list(h)
[Package rhype version 0.3.0 Index]