View source: R/waterStressedPopulation.R
waterStressedPopulation | R Documentation |
People living in water stressed region
waterStressedPopulation(
gdx,
file = NULL,
level = "cell",
dir = ".",
absolute = TRUE
)
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" (grid cell) |
dir |
for gridded outputs: magpie output directory which contains a mapping file (rds) for disaggregation |
absolute |
TRUE: reports people living in water stressed region in million, FALSE: returns share of population |
MAgPIE object
Felicitas Beier
## Not run:
x <- waterStressRatio(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.