eigenCentrality: the Eigen Centrality of a Network

View source: R/eigenCentrality.R

eigenCentralityR Documentation

the Eigen Centrality of a Network

Description

Calculates the centrality of a network using eigen vectors.

Usage

eigenCentrality(x = "matrix")

Arguments

x

A matrix defining a network graph.

Value

Returns the eigen based centrality of the network.

Author(s)

Stuart R. Borrett Matthew K. Lau

References

Bonacich, P., 1987. Power and centrality: a family of measures. American Journal of Sociology 92: 1170-1182.


SEELab/enaR documentation built on April 29, 2023, 8:40 a.m.