| upstream | R Documentation | 
Upstreamness
upstream(x)
| x | an object of class "decompr" as created using the load_tables_vectors() function from the decompr package. | 
# load the decompr package
library(decompr)
# load example data
data(leather)
attach(leather)
# create a leontief decomposed data set
l <- load_tables_vectors(x = inter,
                         y = final,
                         k = countries,
                         i = industries,
                         o = out        )
 
 # apply upstream
 upstream( l )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.