View source: R/getters_setters.R
hyperedge_names | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.