natural.connectivity {pulsar} | R Documentation |
Natural Connectivity
Description
Compute the natural connectivity of a graph
Usage
natural.connectivity(G, eig = NULL, norm = TRUE)
Arguments
G |
a |
eig |
precomputed list of eigen vals/vectors (output from |
norm |
should the natural connectivity score be normalized |
Details
The natural connectivity of a graph is a useful robustness measure of complex networks, corresponding to the average eigenvalue of the adjacency matrix.
Value
numeric natural connectivity score
References
Jun, W., Barahona, M., Yue-Jin, T., & Hong-Zhong, D. (2010). Natural Connectivity of Complex Networks. Chinese Physics Letters, 27(7), 78902. doi:10.1088/0256-307X/27/7/078902
[Package pulsar version 0.3.11 Index]