View source: R/waterEFViolation.R
waterEFViolation | R Documentation |
calculates environmental flow violation volume from MAgPIE outputs
waterEFViolation(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 volume of environmental flow violations (km^3)
Felicitas Beier
## Not run:
x <- waterEFViolation(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.