walktrap.community(graph, weights = E(graph)$weight, steps = 4, merges =
TRUE, modularity = FALSE, labels = TRUE)
TRUE
and the graph has a
vertex attribute called name
then it will be included in the
result, in the list member called labels
.name
vertex attribute will be copied here, if exists.
}modularity
and
fastgreedy.community
,
spinglass.community
,
leading.eigenvector.community
,
edge.betweenness.community
for other community detection
methods.