centralization.closeness.tmax: Theoretical maximum for closeness centralization

View source: R/centralization.R

centralization.closeness.tmaxR Documentation

Theoretical maximum for closeness centralization

Description

[Deprecated]

centralization.closeness.tmax() was renamed to centr_clo_tmax() to create a more consistent API.

Usage

centralization.closeness.tmax(
  graph = NULL,
  nodes = 0,
  mode = c("out", "in", "all", "total")
)

Arguments

graph

The input graph. It can also be NULL, if nodes is given.

nodes

The number of vertices. This is ignored if the graph is given.

mode

This is the same as the mode argument of closeness().


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.