add_edge.multiplex: Add an edge between two nodes in a layer

Description Usage Arguments Value Author(s) Examples

Description

Add an edge between two nodes in a layer

Usage

1
add_edge.multiplex(multiplex, x, y, layer, weight)

Arguments

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

Value

Multiplex network object, whith the edge added

Author(s)

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

Examples

1
2
M <- Multiplex_Lazega
M <- add_edge.multiplex(M,"2","34",2)

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