clustCoef
Calculates the cluster coefficient from a network
clustCoef(x)
x
scaler
Given a network in the form of adjacency matrix, this calculates the cluster coefficient. For a definition of cluster coefficient, please refer to the igraph documentation.
clustCoef(beach[[1]][, ])
Abhirup
Useful links