gvc (version 0.5.2)

downstream: Downstreamness

Description

Downstreamness

Usage

downstream(x)

Arguments

x
an object of class "decompr" as created using the load_tables_vectors() function from the decompr package.

Examples

Run this code
# load the decompr package
library(decompr)

# load example data
data(leather)

# create a leontief decomposed data set
l <- load_tables_vectors(inter,
                         final,
                         countries,
                         industries,
                         out        )
 
 # apply downstream
 downstream( l )

Run the code above in your browser using DataCamp Workspace