CINNA (version 1.0.0)

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 DataLab