R/extract.R
extract.Rd
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)
graph object of class igraph or network
igraph
network
name of the attribute to be accessed
the values of the requested attributes (if any)