delete.vertices.networkLite: Delete vertices from a networkLite.
Description
Delete vertices from a networkLite.
Usage
# S3 method for networkLite
delete.vertices(x, vid, ...)
Value
A networkLite
object with the specified vertices deleted.
Arguments
- x
A networkLite
object.
- vid
Vertex ids (between 1
and network.size(x)
) to delete
from x
. Note that edges involving deleted vertices will
also be deleted.
- ...
additional arguments.