powered by
Print Community Structure
# S3 method for cograph_communities print(x, ...)
Invisibly returns the original object.
A cograph_communities object.
Ignored.
g <- igraph::make_graph("Zachary") comm <- community_louvain(g) print(comm)
Run the code above in your browser using DataLab