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
Other module:
filter_n_module(),
get_community(),
get_module(),
get_module_eigen(),
module_eigen(),
module_net(),
summary_module(),
to_module_net(),
zp_analyse()
data("c_net")
module_detect(co_net) -> co_net_modu