Description Usage Arguments Value Author(s) Examples
Add an edge between two nodes in a layer
1 | add_edge.multiplex(multiplex, x, y, layer, weight)
|
multiplex |
: The multiplex object. |
x, y |
: Character, the vertex name attribute |
layer |
: Numeric, the layer's id number where the edge will be added |
weight |
: An integer, the weight of the added edge |
Multiplex network object, whith the edge added
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 | M <- Multiplex_Lazega
M <- add_edge.multiplex(M,"2","34",2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.