View source: R/getReportFSECCropDiversityGrid.R
getReportFSECCropDiversityGrid | R Documentation |
Reports grid cell level crop diversity for the FSEC project
getReportFSECCropDiversityGrid(
gdx,
reportOutputDir = NULL,
magpieOutputDir,
scenario = NULL
)
gdx |
a GDX file |
reportOutputDir |
a folder name for the output to be written to. If NULL the report is not saved to disk, and only returned to the calling function. |
magpieOutputDir |
a magpie output directory which contains a mapping file (clustermap*.rds) for the disaggregation of grid output |
scenario |
the name of the scenario used. If NULL the report is not saved to disk, and only returned to the calling function. |
A list of MAgPIE objects containing the reports
Patrick v. Jeetze
## Not run:
x <- getReportFSECCropDiversityGrid(gdx, magpieOutputDir)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.