vertex_names {rhype}R Documentation

Get Vertex Names

Description

Takes a hypergraph object and returns the names of its vertices.

Usage

vertex_names(hype)

Arguments

hype

A hypergraph object.

Value

A vector of strings of vertex names

Examples

h <- example_hype()
vertex_names(h)

[Package rhype version 0.3.0 Index]