Extract attributes from the graph object

extract_vertex_attribute(x, name)

extract_vertex_names(x)

extract_edge_attribute(x, name)

extract_graph_attribute(x, name)

Arguments

x

graph object of class igraph or network

name

name of the attribute to be accessed

Value

the values of the requested attributes (if any)