edge_comp {meconetcomp} | R Documentation |
Generate a microtable
object with paired nodes distributions of edges across networks
Description
Generate 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.
Usage
edge_comp(network_list)
Arguments
network_list |
a list with multiple networks; all the networks should be trans_network object created from |
Value
microtable
object
Examples
data(soil_amp_network)
test <- edge_comp(soil_amp_network)
# test is a microtable object
[Package meconetcomp version 0.5.1 Index]