Description Usage Arguments Value Author(s) Examples
Get the multiplex layer which has an id number given in parameters
1 | get_layer_by_number.multiplex(multiplex, layer_number)
|
multiplex |
: The multiplex object. |
layer_number |
: Numeric scalar, an integer representing the id number of a layer |
An igraph graph representing layer widh id layer_number, NULL if ths id layer_number don't exist
Issam Falih <issam.falih@lipn.univ-paris13.fr> Rushed Kanawati <rushed.kanawati@lipn.univ-paris13.fr>
1 2 3 | M <- Multiplex_Lazega
g <- get_layer_by_number.multiplex(M,2)
plot(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.