processing | R Documentation |
Calculates MAgPIE disaggregated processing out of a gdx file
processing(
gdx,
level = "reg",
product_aggr = FALSE,
attributes = "dm",
type = NULL,
indicator = "secondary_from_primary"
)
gdx |
GDX file |
level |
Level of regional aggregation ("reg", "glo", "regglo") |
product_aggr |
aggregate over products or not (boolean) |
attributes |
dry matter: Mt ("dm"), gross energy: PJ ("ge"), reactive nitrogen: Mt ("nr"), phosphor: Mt ("p"), potash: Mt ("k"), wet matter: Mt ("wm"). Can also be a vector. |
type |
Demand type(s): "Food", "Feed", "Processing", "Material", "Bioenergy", "Seed", "Supply chain loss", "Domestic Balanceflow"; NULL returns all types |
indicator |
process or secondary product output |
Demand definitions are equivalent to FAO CBS categories
processing as MAgPIE object (Unit depends on attributes)
David Chen, Benjamin Leon Bodirsky
## Not run:
x <- processing(gdx = gdx, level="regglo", products="kcr", indicator="primary_to_process")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.