proper_centralities: Proper centrality measure representation

View source: R/CINNA.R

proper_centralitiesR Documentation

Proper centrality measure representation

Description

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

Usage

proper_centralities(x)

Arguments

x

An igraph object.

Details

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

Value

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

Author(s)

Minoo Ashtiani, Mehdi Mirzaie, Mohieddin Jafari

See Also

calculate_centralities

Examples


data("zachary")
proper_centralities(zachary)


jafarilab/CINNA documentation built on Aug. 19, 2023, 4:49 p.m.