Description Usage Arguments Value Author(s) Examples
get a layer in the multiplex network
1 | get_layer_by_name.multiplex(multiplex, name)
|
multiplex |
: The multiplex object. |
name |
: The name of the layer to be return. |
The igraph graph representing the layer with the name given in parameter, Null if nothing
Issam Falih <issam.falih@lipn.univ-paris13.fr> Rushed Kanawati <rushed.kanawati@lipn.univ-paris13.fr>
1 2 3 4 5 | library(igraph)
M <- Multiplex_Lazega
g <- get_layer_by_name.multiplex(M, name="Co-work")
str(g)
plot(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.