population | R Documentation |
reads population out of a MAgPIE gdx file
population(
gdx,
file = NULL,
level = "reg",
age = FALSE,
sex = FALSE,
bmi_groups = FALSE,
dir = ".",
spamfiledirectory = ""
)
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 |
age |
if TRUE, population is split up by age groups |
sex |
if TRUE, population is split up by sex |
bmi_groups |
if TRUE, the population will be split up in body-mass-index groups. |
dir |
for gridded outputs: magpie output directory which contains a mapping file (rds) for disaggregation |
spamfiledirectory |
deprecated. please use |
population as MAgPIE object (million people)
Florian Humpenoeder, Benjamin Bodirsky, Isabelle Weindl
reportPopulation
## Not run:
x <- population(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.