set.vertex.attribute {igraph} | R Documentation |
Set vertex attributes
Description
set.vertex.attribute()
was renamed to set_vertex_attr()
to create a more
consistent API.
Usage
set.vertex.attribute(graph, name, index = V(graph), value)
Arguments
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 |
[Package igraph version 2.0.3 Index]