readExio: Construct matrix for specific environmental indicator of...

Description Usage Arguments Value Examples

View source: R/exiobase.R

Description

Load EXIOBASE3 data and return a matrix from an environmental indicator or a set of characterization factors.

Usage

1
readExio(year, indicator, method, target)

Arguments

year

Numeric for the respective year

indicator

Numeric for the row number of the corresponding indicator or character string for characterization factor

  • "bl" for biodiversity loss

  • "bw" for blue water consumption

  • "cc" for climate change impacts

  • "en" for energy demand

  • "lu" for land use

  • "mf" for material footprint

  • "ws" for water stress

method

Character string for method to calculate matrix

  • "pd" for production to demand matrix

  • "no-double-pt" for production to target demand matrix

  • "no-double-ts" for target to final supply matrix

  • "no-double-td" for target to final demand matrix

  • "no-double-pd" for production to final demand matrix

target

Three letter country code for corresponding target country if double counting is prevented

type

Which type of matrix should be used for calculation: industry to industry ("ixi") or product to product ("pxp"). Default is type = "ixi". Make sure you have downloaded pxp-matrices if you want to work with them.

Value

Produces a matrix

Examples

1
2
3
readExio(year = 2000, indicator = 200)
readExio(year = 1995, indicator = "cc", method = "no-double-pd",
target = "CHN")

DvP17/mrio documentation built on May 6, 2020, 5 a.m.