Learn R Programming

fastnet (version 1.0.0)

metric.eigen.value: Eigenvalue Score

Description

Calculate the eigenvalue centrality score of a graph.

Usage

metric.eigen.value(g)

Arguments

g

The input network.

Value

A real constant.

Details

metric.eigen.value calculates the eigenvalue centrality score of graph g.

References

Bonacich, Phillip, and Paulette Lloyd. "Eigenvector-like measures of centrality for asymmetric relations." Social networks 23, no. 3 (2001): 191-201.

Borgatti, Stephen P. "Centrality and network flow." Social networks 27, no. 1 (2005): 55-71.

Examples

Run this code
# NOT RUN {
x <-  net.erdos.renyi.gnp(1000, 0.01)
metric.eigen.value(x)
# }

Run the code above in your browser using DataLab