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

Description Usage Arguments Details Value Author(s) See Also

View source: R/global_clustcoef.R

Description

Calculates the average clustering coefficient for a list of graphs using any of the variants of weighted, signed, clustering coefficient.

Usage

1
global_clust_mult(graphs, method = "Constantini")

Arguments

graphs

A list of igraph objects or connectivity matrices.

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

A vector of global clustering coefficients for the graphs

Author(s)

Brandon vaughan

See Also

global_trans global_clust clustcoef_signed_mult


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