community.by_layer: Community structure detection on each layer

Description Usage Arguments Value Author(s) Examples

Description

Find community structure on each layer separately via classical community detection algorithm. As Licod, Louvain, Infomap, Walktrap,...

Usage

1
community.by_layer(multiplex,community_algorithm)

Arguments

multiplex

: The multiplex object.

community_algorithm

: String, the name of classical community detection algorithm. As Licod, Louvain, Infomap, Walktrap,...

Value

A list of membership of each layer.

Author(s)

Issam Falih <issam.falih@lipn.univ-paris13.fr> Rushed Kanawati <rushed.kanawati@lipn.univ-paris13.fr>

Examples

1
2
3
4
5
6
7
M <- Multiplex_Lazega
community.by_layer(M)
community.by_layer(M,cluster_infomap)
community.by_layer(M,cluster_louvain)
community.by_layer(M,cluster_walktrap)
community.by_layer(M,cluster_edge_betweenness)
community.by_layer(M,cluster_label_prop)

Issamfalih/MUNA documentation built on May 8, 2019, 11:52 a.m.