get.graph.attribute {igraph} | R Documentation |
Graph attributes of a graph
Description
get.graph.attribute()
was renamed to graph_attr()
to create a more
consistent API.
Usage
get.graph.attribute(graph, name)
Arguments
graph |
Input graph. |
name |
The name of attribute to query. If missing, then all attributes are returned in a list. |
[Package igraph version 2.0.3 Index]