infomap.community {igraph} | R Documentation |
Infomap community finding
Description
infomap.community()
was renamed to cluster_infomap()
to create a more
consistent API.
Usage
infomap.community(
graph,
e.weights = NULL,
v.weights = NULL,
nb.trials = 10,
modularity = TRUE
)
Arguments
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. |