node.removal.cls.0 {netmodels} | R Documentation |
This function first searches the network for the nodes whose single removal does not affect the clustering coefficient. Then those nodes are removed providing a tool to build a network with the articulation points of the graph.
node.removal.cls.0(graph)
graph |
Igraph network object |
List object containing three objects:
$cls |
a vector with the clustering coefficient after n-node removal |
$graph |
Igraph network object describing the resulting network |
$nodes |
List of the removed nodes |
Domingo Vargas
data(test.net,package="netmodels") vl <- node.removal.cls.0(test.net)