Description Usage Arguments Details Value Author(s) References Examples
View source: R/metric.cluster.global.R
Calculate the global clustering coefficient of a graph.
1 |
g |
The input network. |
The global clustering coefficient measures the ratio of (closed) triples versus the total number of all possible triples in network g. metric.cluster.global()
calculates the global clustering coefficient of g.
A real constant.
Xu Dong, Nazrul Shaikh.
Wasserman, Stanley, and Katherine Faust. Social network analysis: Methods and applications. Vol. 8. Cambridge university press, 1994.
1 2 3 4 | ## Not run:
x <- net.erdos.renyi.gnp(1000, 0.01)
metric.cluster.global(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.