addAdditionalMeasures {VOSONDash}R Documentation

Add additional measures to graph as vertex attributes

Description

Adds degree, in-degree, out-degree, betweenness and closeness measures to graph as vertex attributes.

Usage

addAdditionalMeasures(g)

Arguments

g

igraph graph object.

Value

An igraph graph object.


[Package VOSONDash version 0.5.7 Index]