laborCosts | R Documentation |
reads labor costs for crop and livestock production from gdx file
laborCosts(gdx, products = "kcr", file = NULL, level = "grid", dir = ".")
gdx |
GDX file |
products |
products for which labor costs should be reported ("kcr" or "kli", for other products use factorCosts()) |
file |
a file name the output should be written to using write.magpie |
level |
Level of regional aggregation ("grid" or "iso", for regional/global use factorCosts()) |
dir |
for gridded outputs: magpie output directory which contains a mapping file (rds) for disaggregation |
MAgPIE object containing labor costs [million US$17]
Debbora Leip
## Not run:
x <- laborCosts(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.