Residues | R Documentation |
reads various crop residue (carbon) outputs out of a MAgPIE gdx file
Residues(
gdx,
level = "regglo",
products = "kres",
waterAggr = TRUE,
output = "all"
)
gdx |
GDX file |
level |
Level of regional aggregation; "reg" (regional), "glo" (global), "regglo" (regional and global) |
products |
Selection of products (either "kcr" or "kres") |
waterAggr |
Aggregate irrigated and non-irriagted production or not (boolean). |
output |
Switch between different outputs: "biomass", "fieldBalance", "resDemand", all |
production as MAgPIE object (unit depends on attributes)
Kristine Karstens, Michael Crawford
ResidueBiomass
## Not run:
x <- Residues(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.