View source: R/vulnerability.R
vulnerability | R Documentation |
The vulnerability of each node represents the influence of the node on the global efficiency of the network, i.e. the efficiency of network after removing the targeted node.
For the detailed defination of global efficiency, please see the "Eff" option of measure parameter in robustness
class.
vulnerability(network_list)
network_list |
a list with multiple networks; all the networks should be trans_network object created from |
data.frame
data(soil_amp_network)
vulnerability_table <- vulnerability(soil_amp_network)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.