hyperedge_list {rhype} | R Documentation |
Take a hypergraph object and return its hyperedge list.
hyperedge_list(hype)
hype |
A hypergraph object |
A hyperedge list. See main documentation for more details on its structure
h <- example_hype()
hyperedge_list(h)