View source: R/water_efficiency.R
water_efficiency | R Documentation |
reads Irrigation efficiency from a MAgPIE gdx file
water_efficiency(gdx, file = NULL, level = "reg")
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 any other aggregation level defined in superAggregate |
A MAgPIE object containing the irrigation efficiency on the requested aggregation level
Markus Bonsch
## Not run:
x <- water_efficiency(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.