magclass (version 4.107.0)

getRegions: Get regions

Description

Extracts regions of a MAgPIE-object

Usage

getRegions(x)

getRegions(x) <- value

Arguments

x

MAgPIE object

value

Vector containing the new region names of the MAgPIE objects. If you also want to change the mapping of regions to cell please use getRegionList instead.

Value

Regions of the MAgPIE-object

Functions

  • getRegions<-: overwrite region names

See Also

getYears, getNames, getCPR, read.magpie, write.magpie, "'>magpie"

Examples

Run this code
# NOT RUN {
# a <- read.magpie("example.mz")
# getRegions(a)

# }

Run the code above in your browser using DataCamp Workspace