Sum of scaled degrees of a node and its neighbors, measuring the node's potential for spreading information through the network.
Arguments
- x
Network input (matrix, igraph, network, cograph_network, tna object).
- mode
For directed networks:
"all"(default),"in", or"out".- lambda
Scaling factor for neighbor contributions. Default 1.
- ...
Additional arguments passed to
centrality(e.g.,weighted,directed).
See also
centrality for computing multiple measures at once.
