Skip to content

Convert subtypes on ISO country level.

Usage

convertIPCC(x, subtype)

Arguments

x

MAgPIE object containing IPCC data on region level

subtype

data subtype. Either "awmsShr", "awmsEfCh4", "awmsParCh4", "nExcrRate"

Value

IPCC data as MAgPIE object for all subtypes on country level

Author

Nele Steinmetz

Examples

if (FALSE) { # \dontrun{
a <- readSource("IPCC", "awmsShr")
a <- readSource("IPCC", "awmsEfCh4")
a <- readSource("IPCC", "awmsParCh4")
a <- readSource("IPCC", "nExcrRate")
} # }