extract_sub_net: Extract sub-network from the whole network

View source: R/topological.R

extract_sub_netR Documentation

Extract sub-network from the whole network

Description

Extract sub-network from the whole network

Usage

extract_sub_net(
  whole_net,
  otutab,
  threads = 1,
  save_net = FALSE,
  fast = TRUE,
  verbose = TRUE
)

Arguments

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

Value

a dataframe contains all sub_net parameters

See Also

Other topological: fit_power(), get_group_skeleton(), links_stat(), nc(), net_par(), rand_net_par(), rand_net(), smallworldness()

Examples

data(otutab, package = "pcutils")
extract_sub_net(co_net, otutab) -> sub_net_pars

MetaNet documentation built on May 29, 2024, 1:21 a.m.