Get Community Membership
Examples
g <- igraph::make_graph("Zachary")
comm <- community_louvain(g)
igraph::membership(comm)
#> [1] 1 1 1 1 2 2 2 1 3 1 2 1 1 1 3 3 2 1 3 1 3 1 3 4 4 4 3 4 4 3 3 4 3 3
Get Community Membership
g <- igraph::make_graph("Zachary")
comm <- community_louvain(g)
igraph::membership(comm)
#> [1] 1 1 1 1 2 2 2 1 3 1 2 1 1 1 3 3 2 1 3 1 3 1 3 4 4 4 3 4 4 3 3 4 3 3