R/attributes.R
remove.vertex.attribute.Rd
remove.vertex.attribute() was renamed to delete_vertex_attr() to create a more consistent API.
remove.vertex.attribute()
delete_vertex_attr()
remove.vertex.attribute(graph, name)
The graph
The name of the vertex attribute to delete.