| delete.vertices {igraph} | R Documentation |
Delete vertices from a graph
Description
delete.vertices() was renamed to delete_vertices() to create a more
consistent API.
Usage
delete.vertices(graph, v)
Arguments
graph |
The input graph. |
v |
The vertices to remove, a vertex sequence. |
[Package igraph version 2.0.3 Index]