Description Usage Arguments Value Author(s) Examples
Add a list of edges in a layer of a multiplex network
1 | add_edges.multiplex(multiplex, edges, layer)
|
multiplex |
: The multiplex object. |
edges |
: A list of list, can be a list of tuples(x,y) or tiplets(x,y,w) |
layer |
: Numeric, the layer's id number where the edge will be added |
Multiplex network object, whith the list of edges added
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 | M <- Multiplex_Lazega
add_edges.multiplex(M,list(c("1","2"),c("2","3")),3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.