exioloop: Construct list of matrices for specific environmental...

Description Usage Arguments Value Examples

View source: R/exiobase.R

Description

Load EXIOBASE3 data and return a list of matrices from an environmental indicator over a period of time.

Usage

1
exioloop(years, indicator, method, target)

Arguments

years

Numeric vector 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

Matrix or list

Examples

1
2
3
exioloop(years = 1995:2000, indicator = 200)
exioloop(year = 1995:1997, indicator = "cc", method = "pd",
target = "USA")

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