View source: R/get_edge_table.R
get_edge_table | R Documentation |
Get edge property table for each network in the list with multiple networks.
get_edge_table(network_list)
network_list |
a list with multiple networks; all the networks should be trans_network object created from |
list
, with res_edge_table
in each network
data(soil_amp_network)
soil_amp_network <- get_edge_table(soil_amp_network)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.