Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Eigen vector centrality associates with each node v the positive value e(v), such that: \(sum_{e~v} w(uv) * e(u) = \lambda * e(v)\). Thus, e(v) is the Perron-Frobenius eigenvector of the adjacency matrix of the tree.
eigen_centrality(phy, weight = TRUE, scale = FALSE)
List with the eigen vector and the leading eigen value
phylo object or ltable
if TRUE, uses branch lengths.
if TRUE, the eigenvector is rescaled
Chindelevitch, Leonid, et al. "Network science inspires novel tree shape statistics." Plos one 16.12 (2021): e0259877.