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