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

Whether to rescale the eigenvector centrality scores, such that the maximum score is one.

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 May 19, 2024, 6:19 a.m.