Description Usage Arguments Value Examples
A Supply-Path is a synonym of Supply Chain. This index is equal to the average of the shortest path length from producers to distributors.
1 | avgSPL(g)
|
g |
an igraph object; the supply network. |
a positive numeric.
1 2 3 | library(igraph)
g = generateSupplyNet()
avgSPL(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.