View source: R/centralization.R
centralize.scores | R Documentation |
centralize.scores()
was renamed to centralize()
to create a more
consistent API.
centralize.scores(scores, theoretical.max = 0, normalized = TRUE)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.