Sum of delta^d over all nodes, where d is the shortest path distance.
Nodes near many others get higher scores. The decay_parameter
controls the distance penalty.
Arguments
- x
Network input (matrix, igraph, network, cograph_network, tna object).
- mode
For directed networks:
"all"(default),"in", or"out".- decay_parameter
Numeric between 0 and 1. Default 0.5.
- ...
Additional arguments passed to
centrality.
See also
centrality for computing multiple measures at once.
