View source: R/centralization.R
centralization.degree.tmax | R Documentation |
centralization.degree.tmax()
was renamed to centr_degree_tmax()
to create a more
consistent API.
centralization.degree.tmax(
graph = NULL,
nodes = 0,
mode = c("all", "out", "in", "total"),
loops = FALSE
)
graph |
The input graph. It can also be |
nodes |
The number of vertices. This is ignored if the graph is given. |
mode |
This is the same as the |
loops |
Logical scalar, whether to consider loops edges when calculating the degree. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.