degree_centrality: Degreee centrality

Description Usage Arguments Value References Examples

View source: R/centrality.R

Description

Degree centrality is the count of the number of interaction for each node. It can be partitioned between in-degree and out-degree for directed networks.

Usage

1

Arguments

graph

an igraph object.

...

others arguments passed to igraph::degree()

Value

numeric a vector containing the degree of each node.

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.