Description Usage Arguments Details Value Author(s) References See Also Examples
This function calculates the eigenvector centrality for a single graph.
1 | eigen_centr(graph, normalize = c(0, 1, 2, 3, 4, 5))
|
graph |
A network as an igraph object or matrix. |
normalize |
how the normalization of eigenvector centrality should be treated. The options are as follows: |
The eigenvector centrality is the eigenvector for each node corresponding to the largest eigenvalue of the matrix.
Eigenvector centrality differs from degree or strength. A node with many connections does not necessarily have a high eigenvector centrality. For example, a node may have many very weak connections that yield a large value for strength/degree. Likewise, a node with high eigenvector centrality may have few connections but be well connected to a small number of important nodes.
A vector of centrality scores for each node.
Brandon Vaughan
Lohmann, G., Margulies, D. S., Horstmann, A., Pleger, B., Lepsien, J., Goldhahn, D., … Turner, R. (2010). Eigenvector Centrality Mapping for Analyzing Connectivity Patterns in fMRI Data of the Human Brain. PLoS ONE, 5(4), e10232. doi:10.1371/journal.pone.0010232
Fornito, A., Zalesky, A., & Bullmore, E. (2016). Centrality and Hubs. Chapter 5. Fundamentals of Brain Network Analysis, 137-161. doi:10.1016/b978-0-12-407908-3.00005-4
Rubinov, M. , Sporns, O. (2010) Complex network measures of brain connectivity: Uses and interpretations. NeuroImage 52:1059-69.
leverage_centr
eigen_centr_mult
1 | eigencent = eigen_centr(graph)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.