get.vertex.attribute | R Documentation |
get.vertex.attribute()
was renamed to vertex_attr()
to create a more
consistent API.
get.vertex.attribute(graph, name, index = V(graph))
graph |
The graph. |
name |
Name of the attribute to query. If missing, then all vertex attributes are returned in a list. |
index |
An optional vertex sequence to query the attribute only for these vertices. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.