node.removal.apl.s {netmodels}R Documentation

Test the single node removal on the average path length

Description

This function tests the effect of the single node removal on the average path length. All nodes of the network are tested.

Usage

node.removal.apl.s(graph)

Arguments

graph Igraph network object

Details

Value

Vector (list) containing the network's average path length after single node removal.

Note

Author(s)

Domingo Vargas

References

See Also

Examples


data(test.net,package="netmodels")

v <- node.removal.apl.s(test.net)

[Package netmodels version 0.1 Index]