标签: r igraph
如何在igraph中获得社区的所有边缘?
g <- graph.edgelist(edges, directed=FALSE) c <- edge.betweenness.community(g) listOfCommunities <- communities(c)
listOfCommunities存储每个社区的脊椎列表。我想为每个社区提供所有优势。
listOfCommunities