centralize.scores: Centralization of a graph

View source: R/centralization.R

centralize.scoresR Documentation

Centralization of a graph

Description

[Deprecated]

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 argument is set to TRUE.

normalized

Logical scalar. Whether to normalize the graph level centrality score by dividing by the supplied theoretical maximum.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.