Learn R Programming

iotables (version 0.4.5)

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.

Value

The vector of industry (product) backward linkages in a wide data.frame class, following the column names of the Leontieff inverse matrix.

See Also

Other interindustrial linkage functions: forward_linkages()

Examples

Run this code
# NOT RUN {
de_coeff <- input_coefficient_matrix_create( iotable_get(), 
                                             digits = 4 )
I <- leontieff_inverse_create (de_coeff)
backward_linkages (I)
# }

Run the code above in your browser using DataLab