Description Usage Arguments Value Author(s) Examples
Creates a multiplex subgraph, containing only the specified vertices and all the edges among them. If the vertex name is not the multiplex network the node will not be considered
1 | subgraph.multiplex(multiplex,node_set)
|
multiplex |
: The orginal multiplex object. |
node_set |
: Numeric vector, the vertices of the original multiplex which will form the subgraph. |
A new multiplex object
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 3 | M <- Multiplex_Lazega
SubM <- subgraph.multiplex(M,c("1","2","3"))
multiplex.summary(SubM)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.