Learn R Programming

iotables (version 0.3.4)

backward_linkages: Backward linkages

Description

Backward linkages as defined by the Eurostat Manual of Supply, Use and Input-Output Tables (see p506-507.)

Usage

backward_linkages(Im)

Arguments

Im

A Leontieff inverse matrix created by the leontieff_inverse_create function.

Examples

Run this code
# NOT RUN {
de_use <- use_table_get ( source = "germany_1990", geo = "DE",
               year = 1990, unit = "MIO_EUR", 
               households = FALSE, labelling = "iotables")

de_output <- output_get ( source = "germany_1990", geo = "DE",
               year = 1990, unit = "MIO_EUR",
               households = FALSE, labelling = "iotables")

de_coeff <- input_coefficient_matrix_create( de_use, de_output, digits = 4)

L <- iotables::leontieff_matrix_create( technology_coefficients_matrix = de_coeff )
I <- leontieff_inverse_create (L)
backward_linkages ( I )

# }

Run the code above in your browser using DataLab