powered by
This function indicates the proper centrality measures of an igraph object based on the network topology.
proper_centralities(x)
A list including the names of centrality measures that are suitable for the input graph.
An igraph object.
Minoo Ashtiani, Mehdi Mirzaie, Mohieddin Jafari
This function returns a list including the names of centrality measures that are applicable for the input graph based on its topology.
calculate_centralities
data("zachary") proper_centralities(zachary)
Run the code above in your browser using DataLab