centralization.degree.tmax: Theoretical maximum for degree centralization

View source: R/centralization.R

centralization.degree.tmaxR Documentation

Theoretical maximum for degree centralization

Description

[Deprecated]

centralization.degree.tmax() was renamed to centr_degree_tmax() to create a more consistent API.

Usage

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

Arguments

graph

The input graph. It can also be NULL, if nodes, mode and loops are all given.

nodes

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

mode

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

loops

Logical scalar, whether to consider loops edges when calculating the degree.


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