proper_centralities function

Proper centrality measure representation

Proper centrality measure representation

This function indicates the proper centrality measures of an igraph object based on the network topology.

proper_centralities(x)

Arguments

  • x: An igraph object.

Returns

A list including the names of centrality measures that are suitable for the input graph.

Details

This function returns a list including the names of centrality measures that are applicable for the input graph based on its topology.

Examples

data("zachary") proper_centralities(zachary)

See Also

calculate_centralities

Author(s)

Minoo Ashtiani, Mehdi Mirzaie, Mohieddin Jafari

  • Maintainer: Minoo Ashtiani
  • License: GPL-3
  • Last published: 2023-08-08

Useful links