add_edges.multiplex: Add a list of edges in a layer

Description Usage Arguments Value Author(s) Examples

Description

Add a list of edges in a layer of a multiplex network

Usage

1
add_edges.multiplex(multiplex, edges, layer)

Arguments

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

Value

Multiplex network object, whith the list of edges added

Author(s)

Issam Falih <issam.falih@lipn.univ-paris13.fr>

Examples

1
2
M <- Multiplex_Lazega
add_edges.multiplex(M,list(c("1","2"),c("2","3")),3)

Issamfalih/MUNA documentation built on May 8, 2019, 11:52 a.m.