metric.cluster.global: Global Clustering Coefficient

Description Usage Arguments Details Value Author(s) References Examples

Description

Calculate the global clustering coefficient of a graph.

Usage

1

Arguments

g

The input network.

Details

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.

Value

A real constant.

Author(s)

Xu Dong, Nazrul Shaikh.

References

Wasserman, Stanley, and Katherine Faust. Social network analysis: Methods and applications. Vol. 8. Cambridge university press, 1994.

Examples

1
2
3
4
## Not run: 
x <-  net.erdos.renyi.gnp(1000, 0.01)
metric.cluster.global(x)
## End(Not run)

networkgroupR/fastnet documentation built on May 23, 2019, 1:32 p.m.