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