centralization.betweenness {igraph} | R Documentation |
Centralize a graph according to the betweenness of vertices
Description
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. |
[Package igraph version 2.0.3 Index]