set.vertex.attribute | R Documentation |
set.vertex.attribute()
was renamed to set_vertex_attr()
to create a more
consistent API.
set.vertex.attribute(graph, name, index = V(graph), value)
graph |
The graph. |
name |
The name of the attribute to set. |
index |
An optional vertex sequence to set the attributes of a subset of vertices. |
value |
The new value of the attribute for all (or |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.