backbone.alpha: Calculate the alpha values that can be used to extract the...

Description Usage Arguments Value

Description

Based on the following paper: Serrano, M. Á., Boguñá, M., & Vespignani, A. (2009). Extracting the multiscale backbone of complex weighted networks. Proceedings of the National Academy of Sciences, 106(16), 6483-6488.

Usage

1
backbone.alpha(g, k.is.Nvertices = F)

Arguments

g

A graph in the 'Igraph' format.

Value

A vector of alpha values, which matches the edges. Can thus easily be made an edge attribute: E(g)$alpha = backbone.alpha(g)


kasperwelbers/semnet documentation built on May 20, 2019, 7:38 a.m.