community_oslom | R Documentation |
Wrapper for OSLOM Community Detection http://oslom.org/
community_oslom(oslom_bin_dir_undir_path, graph, seed, n_runs, is_weighted)
oslom_bin_dir_undir_path |
The path to oslom directed or undirected network binary |
graph |
The graph to be clustered obtained from transform_* functions |
seed |
An integer specifying the seed to replicate the result |
n_runs |
the number of runs for the first hierarchical level |
is_weighted |
a boolean indicating whether a weight column is available in the data.table |
Finding statistically significant communities in networks A. Lancichinetti, F. Radicchi, J.J. Ramasco and S. Fortunato PLoS ONE 6, e18961 (2011).
Other community:
recolor_network_by_community()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.