globalCoeff | R Documentation |
Compute global coefficients of a net work.
globalCoeff(x, list = FALSE)
x |
a network produced from |
list |
whether arrange the results as a list. The default is FALSE. |
globalStrength:
the global strength.
AGS:
the average of all the edge weights in the network. equals globalStrength/(N * (N-1)/2), where N is the number of nodes in the network.
ASPL:
the global average shortest path length.
CC:
the global clustering coefficient. The average clustering coefficient for each node in the network.
data('mtcars')
globalCoeff <- globalCoeff(quickNet(mtcars))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.