View source: R/centralization.R
centralization.closeness | R Documentation |
centralization.closeness()
was renamed to centr_clo()
to create a more
consistent API.
centralization.closeness(
graph,
mode = c("out", "in", "all", "total"),
normalized = TRUE
)
graph |
The input graph. |
mode |
This is the same as the |
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.