Detect the modules
module_detect(
go,
method = "cluster_fast_greedy",
n_node_in_module = 0,
delete = FALSE
)an igraph object
cluster_method: "cluster_walktrap", "cluster_edge_betweenness", "cluster_fast_greedy", "cluster_spinglass"
transfer the modules less than n_node_in_module to "others"
logical, delete others modules? default:FALSE, the others module will be "others".
an igraph object
data("c_net")
module_detect(co_net) -> co_net_modu