infomap.community | R Documentation |
infomap.community()
was renamed to cluster_infomap()
to create a more
consistent API.
infomap.community(
graph,
e.weights = NULL,
v.weights = NULL,
nb.trials = 10,
modularity = TRUE
)
graph |
The input graph. Edge directions will be taken into account. |
e.weights |
If not |
v.weights |
If not |
nb.trials |
The number of attempts to partition the network (can be any integer value equal or larger than 1). |
modularity |
Logical scalar, whether to calculate the modularity score of the detected community structure. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.