clusteringCoef: Calculate the clustering coefficient of each node.

Description Usage Arguments Value Examples

View source: R/edgefinder.R

Description

Calculate the clustering coefficient of each node.

Usage

1

Arguments

A

an adjacency Matrix (0/1).

Value

A vector with the clustering coefficient of each node.

Examples

1
2
3
   data(WT)
   WTres <- edgefinder(WT, ttl = "Wild Type")
   clusteringCoef(WTres$AdjMat)

haimbar/edgefinder documentation built on Dec. 20, 2021, 2:45 p.m.