edge_comp | R Documentation |
microtable
object with paired nodes distributions of edges across networksGenerate a microtable
object with paired nodes distributions of edges across networks. Useful for the edge comparisons across different networks.
The return otu_table
in microtable
object has the binary numbers in which 1 represents the presence of the edge in the corresponding network.
edge_comp(network_list)
network_list |
a list with multiple networks; all the networks should be trans_network object created from |
microtable
object
data(soil_amp_network)
test <- edge_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.