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)