Description Usage Arguments Value Author(s) Examples
Adds a new vertex in the multiplex network
1 | add_vertex.multiplex(multiplex,vertex_name)
|
multiplex |
: The multiplex object. |
vertex_name |
: A string, the vertex name attribute to be added. This vertex name is not already in the multiplex |
The multiplex network object, with the new node added
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 3 | M <- Multiplex_Lazega
M <- add_vertex.multiplex(M, "72")
# M <- add_vertex.multiplex(M, "1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.