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

Value

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

Author(s)

Domingo Vargas

Examples


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

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

[Package netmodels version 0.2 Index]