hyperedge_names {rhype} | R Documentation |
Takes a hypergraph object and returns the names of the hyperedges.
hyperedge_names(hype)
hype |
A hypergraph object. |
A vector of strings representing the names of the the hyperedges. If
the hyperedges have no names assocaited with them it will return NULL
instead.
h <- example_hype()
hyperedge_names(h)