calcKayaDecomp: Calculates Kaya decomposition

Description Usage Arguments Value Author(s) Examples

View source: R/calcKayaDecomp.R

Description

Calculates Kaya decomposition normaized to a ref_year: CO2 FF&I/FE, FE/GDP, GDP/Population, Population

Usage

1
calcKayaDecomp(gdx, mif = NULL, ref_year = 2005)

Arguments

gdx

path to the gdx

mif

path to a mif or data in the mif-format (if provided, the mif will be used instead of the gdx)

ref_year

reference year for the normalization, NULL for no normalization

Value

magpie object with the kaya decomposition

Author(s)

Lavinia Baumstark

Examples

1
2
3
4
  ## Not run: 
    kaya <- calcKayaDecomp(gdx,mif=NULL,ref_year=2005)
  
## End(Not run)

pik-piam/remind documentation built on Sept. 9, 2021, 1:09 p.m.