PriceGHG | R Documentation |
reads GHG emission prices out of a MAgPIE gdx file
PriceGHG(gdx, file = NULL, level = "reg", aggr = "max")
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 |
aggr |
aggregation used for global value; "max" (maxium value accross regions) or "weight" (weighted by population) |
GHG emission prices as MAgPIE object (US$2017/tCO2, US$2017/tN2O, US$2017/tCH4)
Florian Humpenoeder, Amsalu W. Yalew
reportPriceGHG
## Not run:
x <- PriceGHG(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.