gvc (version 0.5.0)

i2e: Importing to Export

Description

Importing to Export

Vertical Specialization

Vertical Specialisation

Usage

i2e(x)

vertical_specialisation(x)

vertical_specialization(x)

Arguments

x
A Leontief decomposed Inter-Country Input Output table as created by decompr

Examples

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

# load the example data set
data(leather)

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

 # apply the Import to Exports analysis
 i2e( l )

Run the code above in your browser using DataLab