centralization.evcent: Centralize a graph according to the eigenvector centrality of...

View source: R/centralization.R

centralization.evcentR Documentation

Centralize a graph according to the eigenvector centrality of vertices

Description

[Deprecated]

centralization.evcent() was renamed to centr_eigen() to create a more consistent API.

Usage

centralization.evcent(
  graph,
  directed = FALSE,
  scale = TRUE,
  options = arpack_defaults(),
  normalized = TRUE
)

Arguments

graph

The input graph.

directed

logical scalar, whether to use directed shortest paths for calculating eigenvector centrality.

scale

[Deprecated] Ignored. Computing eigenvector centralization requires normalized eigenvector centrality scores.

options

This is passed to eigen_centrality(), the options for the ARPACK eigensolver.

normalized

Logical scalar. Whether to normalize the graph level centrality score by dividing by the theoretical maximum.


igraph/rigraph documentation built on June 13, 2025, 1:44 p.m.