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