delete.vertices.networkLite {networkLite} | R Documentation |
Delete vertices from a networkLite.
## S3 method for class 'networkLite'
delete.vertices(x, vid, ...)
x |
A |
vid |
Vertex ids (between |
... |
additional arguments. |
A networkLite
object with the specified vertices deleted.