edge_tax_comp {meconetcomp} | R Documentation |
Taxonomic sum of linked nodes in edges across networks
Description
Taxonomic sum of linked nodes in edges across networks.
Usage
edge_tax_comp(
network_list,
taxrank = "Phylum",
label = "+",
rel = TRUE,
sep = " -- "
)
Arguments
network_list |
a list with multiple networks; all the networks should be trans_network object created from |
taxrank |
default "Phylum"; Which taxonomic level is used for the sum of nodes in edges. |
label |
default "+"; "+" or "-" or |
rel |
default |
sep |
default " – "; The separator for two taxonomic names shown in the result. |
Value
data.frame
Examples
data(soil_amp_network)
test <- edge_tax_comp(soil_amp_network)
# test is a microtable object
[Package meconetcomp version 0.6.1 Index]