hype_order {rhype} | R Documentation |
The order of a hypergraph is the number of vertices it has
hype_order(hype)
hype |
A hypergraph object |
A number representing the number of vertices in the hypergraph
hype <- example_hype()
hype_order(hype)