View source: R/convertImageMacc.R
convertImageMacc | R Documentation |
Convert subtypes from ImageMacc to data on ISO country level. Correct values for N2O of the subtype "baseline_sources" from N to N2O (factor: 44/28).
convertImageMacc(x, subtype)
x |
MAgPIE object containing ImageMacc data mixed on region level |
subtype |
data subtype. Either CH4_Energy_Industry", "CH4_Landuse", "N2O_Energy_Industry", "N2O_Landuse", "HFC_tot", "SF6_tot", "PFC_tot" or "baseline_sources" |
ImageMacc data as MAgPIE object for all subtypes aggregated to country level
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.