Description Usage Arguments Details Examples
This function calculates the net-ability of a graph.
1 | Net_Ability(g, gOrig = NULL)
|
g |
The graph for which net-ability will be calculated |
gOrig |
The original graph structure. The defualt is the g |
The algorithm was implemented from "power grids vulnerability a complex networks approach" Arianos 2009 and
"Analysis of structural vulnerabilities in power transmission grids" Bompard 2009.
gOrig
is an important vairable if your network has already been attacked. If Generation or demand nodes are removed
from the graph due to failure they will not be considered in the net-ability potentially increasing new graphs score as
the total number of node pairs will be smaller in the newgraph. Because of this the number of node pairs always has to be
calculated from the original graph
1 | NetAbScore <-Net_Ability(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.