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

Test the single node removal on the clustering coeffiencient

Description

This function tests the effect of the single node removal on the clustering coefficient. All nodes of the network are tested.

Usage

node.removal.cls.s(graph)

Arguments

graph Igraph network object

Details

Value

Vector (list) containing the network's clustering coefficient after single node removal.

Note

Author(s)

Domingo Vargas

References

See Also

Examples


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

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

[Package netmodels version 0.1 Index]