set_layer_name.multiplex: Set the layer's name attribute of the multiplex network

Description Usage Arguments Value Author(s) Examples

Description

set the layer's name attribute of the multiplex network

Usage

1
set_layer_name.multiplex(multiplex, id_layer, name)

Arguments

multiplex

: The multiplex object.

id_layer

: The id of the layer in the multiplex network.

name

: The new name of the layer.

Value

The multiplex network, with the layer's name attribute added or set.

Author(s)

Issam Falih <issam.falih@lipn.univ-paris13.fr> Rushed Kanawati <rushed.kanawati@lipn.univ-paris13.fr>

Examples

1
2
M <- Multiplex_Lazega
M <- set_layer_name.multiplex(M, 2, "Co-work layer")

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