Description Usage Arguments Value Author(s) Examples
Multiplex modularity of a given community structure of a multiplex network
1 | modularity_multiplex(multiplex, partition)
|
multiplex |
: The multiplex object. |
partition |
: an igraph communities object, vertex membership. |
A numeric scalar, the multiplex modularity score of the given configuration
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 3 | M <- Multiplex_Lazega
wt <- community.partition_aggregation(M)
modularity_multiplex(M, wt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.