extract_sub_net | R Documentation |
Extract sub-network from the whole network
extract_sub_net(
whole_net,
otutab,
threads = 1,
save_net = FALSE,
fast = TRUE,
verbose = TRUE
)
whole_net |
the whole network |
otutab |
otutab, these columns will be extract |
threads |
threads, default: 1 |
save_net |
should save these sub_nets? FALSE or a filename |
fast |
less indexes for faster calculate ? |
verbose |
verbose |
a dataframe contains all sub_net parameters
Other topological:
fit_power()
,
get_group_skeleton()
,
links_stat()
,
nc()
,
net_par()
,
rand_net_par()
,
rand_net()
,
smallworldness()
data(otutab, package = "pcutils")
extract_sub_net(co_net, otutab) -> sub_net_pars
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.