Description Usage Arguments Details Value Author(s) References Examples
Computes the diversity coefficient for each node. The diversity coefficient measures a node's connections to communitites outside of its own community. Nodes that have many connections to other communities will have higher diversity coefficient values. Positive and negative signed weights for diversity coefficients are computed separately.
1 |
A |
Network adjacency matrix |
comm |
A vector of corresponding to each item's community.
Defaults to |
Values closer to 1 suggest greater between-community connectivity and values closer to 0 suggest greater within-community connectivity
Returns a list containing:
overall |
Diversity coefficient without signs considered |
positive |
Diversity coefficient with only positive sign |
negative |
Diversity coefficient with only negative sign |
Alexander Christensen <alexpaulchristensen@gmail.com>
Rubinov, M., & Sporns, O. (2010). Complex network measures of brain connectivity: Uses and interpretations. NeuroImage, 52, 1059-1069.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.