Sum of alpha^d over all nodes. Generalization of decay centrality matching tidygraph's implementation.
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 (the alpha parameter). Default 0.5.
- ...
Additional arguments passed to
centrality.
See also
centrality for computing multiple measures at once,
centrality_decay (equivalent formulation).
