get_layer_by_name.multiplex: Get a layer in the multiplex network

Description Usage Arguments Value Author(s) Examples

Description

get a layer in the multiplex network

Usage

1

Arguments

multiplex

: The multiplex object.

name

: The name of the layer to be return.

Value

The igraph graph representing the layer with the name given in parameter, Null if nothing

Author(s)

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

Examples

1
2
3
4
5
library(igraph)
M <- Multiplex_Lazega
g <- get_layer_by_name.multiplex(M, name="Co-work")
str(g)
plot(g)

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