eigenvector_centrality: Eigenvector centrality

Description Usage Arguments Value References Examples

View source: R/centrality.R

Description

Eigenvector centrality is a meaure of the relative importance of each node in the network by giving a score based on the nomber of links of each node.

Usage

1

Arguments

graph

an igraph object.

full

logical should all the igraph::eigen_centrality() output be returned or only the scores?

...

others arguments passed to igraph::eigen_centrality()

Value

numeric a vector containing eigenvector centrality coefficients for each node. list see igraph::eigen_centrality() documentation for more informations.

References

Delmas, E., Besson, M., Brice, M.-H., Burkle, L. A., Dalla Riva, G. V., Fortin, M.-J., … Poisot, T. (2019). Analysing ecological networks of species interactions. Biological Reviews.

Examples

1
2
3

clementviolet/omnivor documentation built on Aug. 16, 2019, 12:05 a.m.