Description Usage Arguments Value Examples
Calculate the clustering coefficient of each node.
1 |
A |
an adjacency Matrix (0/1). |
A vector with the clustering coefficient of each node.
1 2 3 | data(WT)
WTres <- edgefinder(WT, ttl = "Wild Type")
clusteringCoef(WTres$AdjMat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.