validationSummary: validationSummary

Description Usage Arguments Author(s) Examples

View source: R/validationSummary.R

Description

Create validationSummary.pdf from REMIND output and corresponding historical.mif with most important variables

Usage

1
2
3
4
5
6
7
validationSummary(
  gdx,
  hist,
  reportfile = NULL,
  outfile = "validationSummary.pdf",
  ...
)

Arguments

gdx

GDX file

hist

Validation data.All formats allowed which can be converted to quitte (including characters containing the path to a mif file)

reportfile

file name to which a backup of the magpie reporting should be written (file ending should be ".mif"). No report written if set to NULL.

outfile

file name of the output pdf

...

additional arguments supplied to the validationpdf function

Author(s)

David Klein, Lavinia Baumstark

Examples

1
2
3
4
  ## Not run: 
    validationSummary(gdx="fulldata.gdx",hist="historical.mif")
  
## End(Not run)

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