Multiplex-class: Multiplex Class : a class that model the multiplex network.

Description Arguments Author(s) Examples

Description

Multiplex Class : a class that model multiplex networks. It contains three slot : name, layers and nodes.

Arguments

name

: The name of the multiplex network. The default name is "Multiplex".

layers

: A list of igraph graphs, each igraph graph is a layer in the multiplex.

nodes

: A vector of vertices of the multiplex network.

Author(s)

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

Examples

1
M <- new(Class = "Multiplex")

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