node_comp {meconetcomp} | R Documentation |
Generate a microtable object with node distributions across networks
Description
Generate a microtable object with node distributions across networks. Useful for the node information comparisons across different networks.
Usage
node_comp(network_list, property = "name")
Arguments
network_list |
a list with multiple networks; all the networks should be trans_network object created from |
property |
default "name"; a colname of |
Value
microtable
object
Examples
data(soil_amp_network)
test <- node_comp(soil_amp_network)
# test is a microtable object
[Package meconetcomp version 0.5.1 Index]