remove.vertex.attribute {igraph} | R Documentation |
Delete a vertex attribute
Description
remove.vertex.attribute()
was renamed to delete_vertex_attr()
to create a more
consistent API.
Usage
remove.vertex.attribute(graph, name)
Arguments
graph |
The graph |
name |
The name of the vertex attribute to delete. |
[Package igraph version 2.0.3 Index]