View source: R/centralization.R
centralization.betweenness.tmax | R Documentation |
centralization.betweenness.tmax()
was renamed to centr_betw_tmax()
to create a more
consistent API.
centralization.betweenness.tmax(graph = NULL, nodes = 0, directed = 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 use directed shortest paths for calculating betweenness. Ignored if an undirected graph was given. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.