CINNA (version 1.1.2)

proper_centralities: Proper centrality measure representation

Description

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

Usage

proper_centralities(x)

Arguments

x

an igraph object

Value

a list including the name of centrality measures which are suitable for the input graph

Details

This function represents a list including the names of centrality measures which are applicable for the input graph based on the topology

See Also

calculate_centralities

Examples

Run this code
# NOT RUN {
data("zachary")
proper_centralities(zachary)

# }

Run the code above in your browser using DataCamp Workspace