View source: R/landConservation.R
landConservation | R Documentation |
reads land conservation information out of a MAgPIE gdx file.
Land restoration 'restore'
is reported in Mha/yr by default but can be
also reported both over the time step length and cumulatively.
landConservation(
gdx,
file = NULL,
level = "cell",
cumuRestor = FALSE,
baseyear = 1995,
annualRestor = FALSE,
sum = FALSE,
dir = "."
)
gdx |
GDX file |
file |
a file name the output should be written to using write.magpie |
level |
Level of regional aggregation; "cell", "grid", "iso, "reg" (regional), "glo" (global), "regglo" (regional and global) or any secdforest aggregation level defined in superAggregate |
cumuRestor |
Logical; Whether function should report cumulative land restoration. |
baseyear |
Base year used for cumulative land restoration reporting (default = 1995) |
annualRestor |
Logical; Whether function should report annual land restoration. |
sum |
sum over land pools (default = FALSE) |
dir |
for gridded outputs: magpie output directory which contains a mapping file (rds) for disaggregation |
protected areas in primforest, secdforest and other land
protected area in Mha
Florian Humpenoeder, Patrick v. Jeetze
## Not run:
x <- landConservation(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.