View source: R/edge_tax_comp.R
edge_tax_comp | R Documentation |
Taxonomic sum of linked nodes in edges across networks.
edge_tax_comp(network_list, taxrank = "Phylum", label = "+", rel = TRUE)
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 |
data.frame
data(soil_amp_network)
test <- edge_tax_comp(soil_amp_network)
# test is a microtable object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.