plotCDR: Read in GDX and write *.mif reporting

Description Usage Arguments Author(s) Examples

View source: R/plotCDR.R

Description

Read in all information from GDX file and create the *.mif reporting

Usage

1
2
3
4
5
6
7
8
plotCDR(
  mif,
  hist,
  y = c(seq(2005, 2060, 5), seq(2070, 2100, 10)),
  y_hist = c(seq(1960, 2015, 1)),
  y_bar = c(2010, 2030, 2050, 2100),
  reg = NULL
)

Arguments

mif

a path to one or more mif-files (might be created by confGDX2MIF)

hist

a path to one mif-file containing historical data

y

time span for the data in line plots, default: y=c(seq(2005,2060,5),seq(2070,2100,10))

y_hist

time span for the historical data in the line plots, default: c(seq(1960,2014,1))

y_bar

time slides for bar plots, default: y_bar=c(2010,2030,2050,2100)

reg

region(s) in focus, reg ="all_regi" shows all regions if the mifs contain different regions

Author(s)

Lavinia Baumstark

Examples

1
## Not run: compareScenarios(mif_path)

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