node_comp | R Documentation |
Generate a microtable object with node distributions across networks. Useful for the node information comparisons across different networks.
node_comp(network_list, property = "name")
network_list |
a list with multiple networks; all the networks should be trans_network object created from |
property |
default "name"; a colname of |
microtable
object
data(soil_amp_network)
test <- node_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.