View source: R/centralization.R
centralization.evcent.tmax | R Documentation |
centralization.evcent.tmax()
was renamed to centr_eigen_tmax()
to create a more
consistent API.
centralization.evcent.tmax(
graph = NULL,
nodes = 0,
directed = FALSE,
scale = TRUE
)
graph |
The input graph. It can also be |
nodes |
The number of vertices. This is ignored if the graph is given. |
directed |
logical scalar, whether to consider edge directions during the calculation. Ignored in undirected graphs. |
scale |
Whether to rescale the eigenvector centrality scores, such that the maximum score is one. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.