waterEFVarea | R Documentation |
calculates area that falls into cluster experiencing environmental flow violations from MAgPIE outputs
waterEFVarea(gdx, file = NULL, level = "reg", digits = 4, dir = ".")
gdx |
GDX file |
file |
a file name the output should be written to using write.magpie |
level |
spatial level of aggregation: "cell" (cellular), "reg" (regional), "glo" (global), "regglo" (regional and global), or "grid" (for disaggregated output using cropland as weight) |
digits |
integer. For rounding of the return values |
dir |
directory for weight for disaggregation |
A MAgPIE object containing the area under environmental flow violations (Mha)
Felicitas Beier
## Not run:
x <- waterEFVarea(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.