View source: R/demandBioenergy.R
demandBioenergy | R Documentation |
reads bioenergy demand from a MAgPIE gdx file
demandBioenergy(gdx, file = NULL, level = "reg", sum = FALSE, round = NULL)
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 |
sum |
1st and 2nd generation bioenergy demand (FALSE) or total bioenergy demand (TRUE) |
round |
NULL or number of digits |
A MAgPIE object containing bioenergy demand in EJ/yr
Jan Philipp Dietrich, Florian Humpenoeder
## Not run:
x <- demandBioenergy(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.