subgraph.centrality: Find subgraph centrality scores of network positions

View source: R/centrality.R

subgraph.centralityR Documentation

Find subgraph centrality scores of network positions

Description

[Deprecated]

subgraph.centrality() was renamed to subgraph_centrality() to create a more consistent API.

Usage

subgraph.centrality(graph, diag = FALSE)

Arguments

graph

The input graph, it should be undirected, but the implementation does not check this currently.

diag

Boolean scalar, whether to include the diagonal of the adjacency matrix in the analysis. Giving FALSE here effectively eliminates the loops edges from the graph before the calculation.


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