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