node.removal.apl.s {netmodels} | R Documentation |
This function tests the effect of the single node removal on the average path length. All nodes of the network are tested.
node.removal.apl.s(graph)
graph |
Igraph network object |
Vector (list) containing the network's average path length after single node removal.
Domingo Vargas
data(test.net,package="netmodels") v <- node.removal.apl.s(test.net)