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