View source: R/community_detection.R
large_scale_community | R Documentation |
Detects communities in large-scale graphs
large_scale_community(graph, mode = "all")
graph |
is igraph object |
mode |
is detection mode. Values can be "all", "in" or "out". Default is "all" |
Raghavan, Usha Nandini, Réka Albert, and Soundar Kumara. "Near linear time algorithm to detect community structures in large-scale networks." Physical Review E 76.3 (2007): 036106.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.