reportDiagnosis: Create REMIND Diagnosis variables and plots

Description Usage Arguments Author(s) Examples

View source: R/reportDiagnosis.R

Description

Create REMIND run diagnosis variables and plots

Usage

1
2
3
4
5
6
reportDiagnosis(
  gdx = NULL,
  statsFile = NULL,
  chartType = "ggplot",
  includeData = FALSE
)

Arguments

gdx

GDX file

statsFile

run statistics file

chartType

plot type to include in output object. Either "plotly", "ggplot" or both c("plotly","ggplot")

includeData

boolean to include diagnosis data in output (default: FALSE)

Author(s)

Renato Rodrigues

Examples

1
2
3
4
  ## Not run: 
    reportDiagnosis(gdx="fulldata.gdx",statsFile="runstatistics.rda")
  
## End(Not run)

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