View source: R/centralization.R
centralization.evcent | R Documentation |
centralization.evcent()
was renamed to centr_eigen()
to create a more
consistent API.
centralization.evcent(
graph,
directed = FALSE,
scale = TRUE,
options = arpack_defaults(),
normalized = TRUE
)
graph |
The input graph. |
directed |
logical scalar, whether to use directed shortest paths for calculating eigenvector centrality. |
scale |
Whether to rescale the eigenvector centrality scores, such that the maximum score is one. |
options |
This is passed to |
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.