| leather {decompr} | R Documentation |
Leather Example ICIO Data
Description
An example 3 x 3 ICIO table describing a GVC for leather products with industries 'Agriculture', 'Textile and Leather' and 'Transport Equipment' for the countries 'Argentina', 'Turkey' and 'Germany'.
Usage
data("leather")
Format
A list of class 'iot' with the following elements:
inter9 x 9 input output matrix where each column gives the value of inputs supplied to the corresponding country-industry by each row country-industry.
final9 x 3 final demand matrix showing the final demand in each country (column) for each country-industry's (rows) produce.
countriescharacter vector of country names (matching columns of
final).industriescharacter vector of industries, such that
as.vector(t(outer(countries, industries, FUN = paste, sep = ".")))generates the row- and column-names ofinterand the rownames offinal.outA vector of gross country-industry output. In a complete productive system it should be equal to
rowSums(inter) + rowSums(final).