R/centralization.R
centralization.closeness.tmax.Rdcentralization.closeness.tmax() was renamed to centr_clo_tmax() to create a more
consistent API.
centralization.closeness.tmax(
graph = NULL,
nodes = 0,
mode = c("out", "in", "all", "total")
)The input graph. It can also be NULL if
nodes is given.
The number of vertices. This is ignored if the graph is given.
This is the same as the mode argument of
closeness(). Ignored if an undirected graph is given.