vertex.measures: Vertex centrality measures

View source: R/centrality.R

vertex.measuresR Documentation

Vertex centrality measures

Description

The classical centrality measures; degree, weighted degree, closenesss, reach, betweenness and Burts constraint. This function is useful when you want to export results.

Usage

vertex.measures(graph, mode = "all", order = 2.1)

Arguments

graph

is an igraph network object

order

is the maximum distance between two individuals for the reach statistic

Value

a data.frame with a lot of descriptives

Examples

data(pe13)
vertex.measures(net.elite)

antongrau/eliter documentation built on March 2, 2024, 8:05 p.m.