powered by
Get Community Sizes
community_sizes(x)
Named integer vector of community sizes
A cograph_communities object
g <- igraph::make_graph("Zachary") comm <- community_louvain(g) community_sizes(comm)
Run the code above in your browser using DataLab