global_clust: Calculate the global average clustering coefficient for a...

Description Usage Arguments Details Value Author(s) References See Also

View source: R/global_clustcoef.R

Description

Calculates the average clustering coefficient for a single graph using any of the variants of weighted, signed, clustering coefficient.

Usage

1
global_clust(graph, method = "Constantini")

Arguments

graph

A graph as an igraph object or matrix..

method

Either "Constantini" (the default) or "Zhang"

Details

One straightofrward measure of the global clustering coefficient was put forth by Watts and Strogatz (1998) as simply the average clustering coefficient across all nodes in a network.

Value

The global clustering coefficient for a graph

Author(s)

Brandon vaughan

References

Watts, D. J. and Strogatz, S. (1998). Collective dynamics of 'small-world' networks. Nature. 393 (6684): 440–442. doi:10.1038/30918

See Also

local_trans transitivity clustcoef_signed


abnormally-distributed/rsfcNet documentation built on March 8, 2020, 5:32 p.m.