
Theoretical maximum for betweenness centralization
Source:R/centralization.R
centralization.evcent.tmax.Rdcentralization.evcent.tmax() was renamed to centr_eigen_tmax() to create a more
consistent API.
Arguments
- graph
The input graph. It can also be
NULL, ifnodesis given.- nodes
The number of vertices. This is ignored if the graph is given.
- directed
logical scalar, whether to consider edge directions during the calculation. Ignored in undirected graphs.
- scale
Ignored. Computing eigenvector centralization requires normalized eigenvector centrality scores.