Description Usage Arguments Value References Examples
#' Betweeness centrality is a measure of the number of time a node is between pairs of nodes. The value can be normalized by the number, see details for more informations.
1 | betweeness_centrality(graph, normalized = TRUE, ...)
|
graph |
an |
normalized |
C_{Bnorm} = 2 \times \frac{C_{B}}{(n-1)(n-2)} Where C_{B} is the betweeness coefficent vector and n is the number of nodes. |
... |
others arguments passed to |
numeric
a vector containing betweeness centrality coefficients for each node.
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.
1 2 3 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.