Description Usage Arguments Value
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.
1 | backbone.outdegree.alpha(g, k.is.Nvertices = F)
|
g |
A graph in the 'Igraph' format. |
A vector of alpha values, which matches the edges. Can thus easily be made an edge attribute: E(g)$alpha = backbone.alpha(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.