localClusteringCoeff: Local Clustering Coefficient
Description
This method calculates the Local Clustering Coefficient.
Usage
localClusteringCoeff(g, deg = NULL)
Arguments
g
a graph as a graphNEL object.
deg
the degree of each node of the g.
Value
References
D. Watts, Small Worlds: The Dynamics of Networks Between Order and Randomness. Princeton Univ Pr, 2003.
D. Watts and S. Strogatz, Collective dynamics of 'Small-World' Networks, Nature, vol. 393, no. 6684, pp. 440-442, 1998.