Learn R Programming

meconetcomp (version 0.6.1)

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.

Examples

Run this code
data(soil_amp_network)
test <- edge_comp(soil_amp_network)
# test is a microtable object

Run the code above in your browser using DataLab