View source: R/NetForestChange.R
NetForestChange | R Documentation |
Calculates net forest change based on a MAgPIE gdx file
NetForestChange(gdx, file = NULL, level = "cell", lowpass = 3)
gdx |
GDX file |
file |
a file name the output should be written to using write.magpie |
level |
Level of regional aggregation; "reg" (regional), "glo" (global), "regglo" (regional and global) or any other aggregation level defined in superAggregate |
lowpass |
number of lowpass filter iterations (default = 3) |
Net Forest Change as MAgPIE object (Mha per year)
Florian Humpenoeder
## Not run:
x <- NetForestChange(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.