centralize.scores {igraph} | R Documentation |
Centralization of a graph
Description
centralize.scores()
was renamed to centralize()
to create a more
consistent API.
Usage
centralize.scores(scores, theoretical.max = 0, normalized = TRUE)
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 |
normalized |
Logical scalar. Whether to normalize the graph level centrality score by dividing by the supplied theoretical maximum. |
[Package igraph version 2.0.3 Index]