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)
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 |
Value
data.frame
Examples
data(soil_amp_network)
test <- edge_tax_comp(soil_amp_network)
# test is a microtable object
[Package meconetcomp version 0.5.1 Index]