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