View source: R/productionRevenue.R
productionRevenue | R Documentation |
calcluates production revenue based on a MAgPIE gdx file.
productionRevenue(
gdx,
file = NULL,
level = "reg",
products = "kall",
product_aggr = TRUE
)
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 |
products |
Selection of products (either by naming products, e.g. "tece", or naming a set,e.g."kcr") |
product_aggr |
ggregate over products or not (boolean, default TRUE) |
A MAgPIE object containing prodcution revenues.
Miodrag Stevanovic
## Not run:
x <- productionRevenue(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.