networkLite.Add Vertices to a networkLite.
# S3 method for networkLite
add.vertices(x, nv, vattr = NULL, last.mode = TRUE, ...)A networkLite object with vertices added.
A networkLite object.
Number of vertices to add to the networkLite.
A list (of length nv) of named lists of vertex
attribute values for added vertices, or NULL to indicate vertex
attribute values are not being passed.
logical; if x is bipartite, should the new vertices
be added to the second mode?
additional arguments