| community_sizes | R Documentation |
Get Community Sizes
community_sizes(x)
x |
A cograph_communities object |
Named integer vector of community sizes
g <- igraph::make_graph("Zachary")
comm <- community_louvain(g)
community_sizes(comm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.