add.vertices.networkLite {networkLite} | R Documentation |
networkLite
.Add Vertices to a networkLite
.
## S3 method for class 'networkLite'
add.vertices(x, nv, vattr = NULL, last.mode = TRUE, ...)
x |
A |
nv |
Number of vertices to add to the |
vattr |
A list (of length |
last.mode |
logical; if |
... |
additional arguments |
A networkLite
object with vertices added.