vertex_ids: Vertex ids of a graph

Description Usage Arguments Value Examples

View source: R/basics.R

Description

Vertex ids of a graph

Usage

1

Arguments

graph

The graph.

Value

Character vector of vertex ids.

Examples

1
2
G <- graph(list(A = c("B", "C"), B = "C", C = "A"))
vertex_ids(G)

MangoTheCat/simplegraph documentation built on May 7, 2019, 2:23 p.m.