Number of shortest paths passing through each node. Unlike betweenness, does not normalize by the total number of shortest paths.
Arguments
- x
Network input (matrix, igraph, network, cograph_network, tna object).
- ...
Additional arguments passed to
centrality.
See also
centrality for computing multiple measures at once,
centrality_betweenness for the normalized variant.
