edge_comp: 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)
Value
microtable object
Arguments
network_list
a list with multiple networks; all the networks should be trans_network object created from trans_network class of microeco package.