clustCoef {dnr} | R Documentation |
clustCoef
Description
Calculates the cluster coefficient from a network
Usage
clustCoef(x)
Arguments
x |
adjacency matrix |
Details
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.
Value
scaler
Author(s)
Abhirup
Examples
clustCoef(beach[[1]][, ])
[Package dnr version 0.3.5 Index]