reportCharts: Create REMIND reporting charts

Description Usage Arguments Author(s) Examples

View source: R/reportCharts.R

Description

Create REMIND reporting plots

Usage

1
2
3
4
5
6
7
reportCharts(
  gdx = NULL,
  regionMapping = NULL,
  hist = NULL,
  reportfile = NULL,
  chartType = "ggplot"
)

Arguments

gdx

GDX file path

regionMapping

regionMapping file name

hist

historic file path

reportfile

REMIND mif report file path

chartType

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

Author(s)

Renato Rodrigues

Examples

1
2
3
4
  ## Not run: 
    reportCharts(gdx="fulldata.gdx",regionMapping="./config/regionmappingH12.csv")
  
## End(Not run)

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