centralization.betweenness: Centralize a graph according to the betweenness of vertices

View source: R/centralization.R

centralization.betweennessR Documentation

Centralize a graph according to the betweenness of vertices

Description

[Deprecated]

centralization.betweenness() was renamed to centr_betw() to create a more consistent API.

Usage

centralization.betweenness(graph, directed = TRUE, normalized = TRUE)

Arguments

graph

The input graph.

directed

logical scalar, whether to use directed shortest paths for calculating betweenness.

normalized

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


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