centralize.scores() was renamed to centralize() to create a more
consistent API.
Arguments
- scores
The vertex level centrality scores.
- theoretical.max
Real scalar. The graph-level centralization measure of the most centralized graph with the same number of vertices as the graph under study. This is only used if the
normalizedargument is set toTRUE.- normalized
Logical scalar. Whether to normalize the graph level centrality score by dividing by the supplied theoretical maximum.
