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

Creates a network with the articulation points

Description

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.

Usage

node.removal.cls.0(graph)

Arguments

graph Igraph network object

Details

Value

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

Note

Author(s)

Domingo Vargas

References

See Also

Examples

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

vl <- node.removal.cls.0(test.net)

[Package netmodels version 0.1 Index]