Description Usage Arguments Value Author(s) Examples
Adds a list of vertex in the multiplex network
1 | add_vertices.multiplex(multiplex,vertices)
|
multiplex |
: The multiplex object. |
vertices |
: A list of string. It contains the vertices name attribute to be added. Each vertex name is not already in the multiplex |
The multiplex network object, with the new vertices added
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 | M <- Multiplex_Lazega
add_vertices.multiplex(M, c("72","73","76","145"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.