Learn R Programming

s2dverification (version 2.4.0)

PlotClim: Plots Climatologies

Description

Plots climatologies as a function of the forecast time for any index output from Clim() and organized in matrix with dimensions: c(nmod/nexp, nmemb/nparam, nltime) or c(nmod/nexp, nltime) for the experiment data c(nobs, nmemb, nltime) or c(nobs, nltime) for the observational data

Usage

PlotClim(exp_clim, obs_clim = NULL, toptitle = "", ytitle = "", monini = 1, 
         freq = 12, limits = NULL, listexp = c("exp1", "exp2", "exp3"), 
         listobs = c("obs1", "obs2", "obs3"), biglab = FALSE, leg = TRUE, 
         fileout = "output_plotclim.eps", sizetit = 1)

Arguments

Examples

Run this code
# Load sample data as in Load() example:
example(Load)
clim <- Clim(sampleData$mod, sampleData$obs)
PlotClim(clim$clim_exp, clim$clim_obs, toptitle = paste('climatologies'), 
         ytitle = 'K', monini = 11, listexp = c('CMIP5 IC3'), 
         listobs = c('ERSST'), biglab = FALSE, fileout = 'tos_clim.eps')

Run the code above in your browser using DataLab