Description Usage Arguments Value Author(s)
View source: R/metaclipcc.launchers.R
Generates the full graph describing a delta map of an ECV
1 2 3 4 5 6 7 8 9 10 11 12  | deltaMap.ECV.ipcc(
  project = "CMIP5",
  experiment = "rcp85",
  future.period = "mid",
  baseline = c(1986, 2005),
  variable,
  season,
  time.res.orig = "P1M",
 
    proj = "+proj=robin +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs",
  delta.type = "absolute"
)
 | 
project | 
 Currently unused. CMIP5 by default.  | 
experiment | 
 code of the experiment  | 
future.period | 
 future period. Current options include the standard AR5 future time slices.  | 
baseline | 
 Vector of length two indicating the start/end years of the baseline (historical) period.
Default to the AR5 baseline   | 
variable | 
 variable  | 
season | 
 season  | 
time.res.orig | 
 original temporal resolution of the variable  | 
proj | 
 projection string  | 
delta.type | 
 type of delta (absolute or relative)  | 
A METACLIP object describing the generation of a delta map.
J. Bedia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.