在igraph 0.6.6中,在使用infomap算法找到社区后,返回一组社区(见下文),我想知道我如何能够单独对它们进行限定。随社区对象返回的模块性是最模块化的分区。如何计算所有这些模块的模块性?更好的是,报告并订购顶级n个最佳社区?
comms <- infomap.community(g, e.weights=normed_edge_weights,
v.weights=normed_node_freqs,
modularity=T, nb.trials=30)
modularity <- modularity(comms)