View source: R/getReportGridINMS.R
getReportGridINMS | R Documentation |
Generates and saves a list of reports relevant to the INMS context
getReportGridINMS(
gdx,
reportOutputDir = NULL,
magpieOutputDir,
scenario = NULL,
filter = c(2, 7),
version = "v13"
)
gdx |
GDX file |
reportOutputDir |
Directory in which the reports are to be saved. If NULL, a list of reports (MAgPIE objects) is returned instead |
magpieOutputDir |
Directory containing the MAgPIE run which is to be processed |
scenario |
Name of the scenario used for the list-structure of a reporting object (x$scenario$MAgPIE). If NULL a list of reports ( MAgPIE objects) is returned instead. |
filter |
Modelstat filter. Here you have to set the modelstat values for which results should be used. All values for time steps in which the modelstat is different or for which one of the previous modelstats were different are set to NA. |
version |
Version number for this analysis |
A list of reports (MAgPIE objects)
Benjamin Leon Bodirsky, Florian Humpenoeder, Michael Crawford
## Not run:
x <- getReportGridINMS(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.