| igraph Reference Manual |
|---|
igraph_closeness — Closeness centrality calculations for some vertices.igraph_betweenness — Betweenness centrality of some vertices.igraph_edge_betweenness — Betweenness centrality of the edges.igraph_pagerank — Calculates the Google PageRank for the specified vertices.igraph_pagerank_old — Calculates the Google PageRank for the specified vertices.igraph_constraint — Burt's constraint scoresigraph_maxdegree — Calculate the maximum degree in a graph (or set of vertices).igraph_eigenvector_centrality — Eigenvector centrality of the vericesigraph_hub_score — Kleinberg's hub scoresigraph_authority_score — Kleinerg's authority scores<< 4.7. igraph_articulation_points — Find the articulation points in a graph. |
5.1. igraph_closeness — Closeness centrality calculations for some vertices. >> |