add.vertices.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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.