View source: R/readImageMacc.R
readImageMacc | R Documentation |
Read in ImageMacc Costcurves for different subtypes, which are based on a Paper fro Lucas et al 2007 (http://linkinghub.elsevier.com/retrieve/pii/S1462901106001316) Rows are removed, the dataframe is reshaped and numbers are replaced by descriptions.
readImageMacc(subtype)
subtype |
data subtype. Options are: "CH4_Energy_Industry", "CH4_Landuse", "N2O_Energy_Industry", "N2O_Landuse", "HFC_tot", "SF6_tot", "PFC_tot" or "baseline_sources" |
magpie object of the ImageMacc data
Nele Steinmetz
readSource()
## Not run:
a <- readSource("ImageMacc", "CH4_Energy_Industry")
a <- readSource("ImageMacc", "CH4_Landuse")
a <- readSource("ImageMacc", "N2O_Energy_Industry")
a <- readSource("ImageMacc", "N2O_Landuse")
a <- readSource("ImageMacc", "HFC_tot")
a <- readSource("ImageMacc", "SF6_tot")
a <- readSource("ImageMacc", "PFC_tot")
a <- readSource("ImageMacc", "baseline_sources")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.