Skip to contents

List names of graph attributes

Usage

graph_attr_names(graph)

Arguments

graph

The graph.

Value

Character vector, the names of the graph attributes.

Examples

g <- make_ring(10)
graph_attr_names(g)
#> [1] "name"     "mutual"   "circular"