to_module_net {MetaNet} | R Documentation |
Transformation a network to a module network
Description
Transformation a network to a module network
Usage
to_module_net(go, edge_type = c("module", "module_from", "module_to")[1])
Arguments
go |
metanet |
edge_type |
"module", "module_from", "module_to" |
Value
metanet with modules
See Also
Other module:
filter_n_module()
,
get_community()
,
get_module_eigen()
,
get_module()
,
module_detect()
,
module_eigen()
,
module_net()
,
summary_module()
,
zp_analyse()
[Package MetaNet version 0.2.5 Index]