View source: R/getters_setters.R
vertex_names | R Documentation |
Takes a hypergraph object and returns the names of its vertices.
vertex_names(hype)
hype |
A hypergraph object. |
A vector of strings of vertex names
h <- example_hype() vertex_names(h)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.