delete.vertices.networkLite {networkLite} | R Documentation |
Delete vertices from a networkLite.
Description
Delete vertices from a networkLite.
Usage
## S3 method for class 'networkLite'
delete.vertices(x, vid, ...)
Arguments
x |
A |
vid |
Vertex ids (between |
... |
additional arguments. |
Value
A networkLite
object with the specified vertices deleted.
[Package networkLite version 1.0.5 Index]