Description Usage Arguments Value Author(s) Examples
Calculate the maximal connected components of each layer in the multiplex network
1 | components.multiplex(multiplex)
|
multiplex |
: The multiplex object to analyse. |
A list of the maximal connected components of each layer in the multiplex network. Each components contain a named list with three components:
membership numeric vector giving the cluster id to which each vertex belongs.
csize numeric vector giving the sizes of the clusters.
no numeric constant, the number of clusters.
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 | M <- Multiplex_Lazega
components.multiplex(M)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.