- exp_ano
A numerical array containing the experimental data:
c(nmod/nexp, nmemb/nparam, nsdates, nltime).
- obs_ano
A numerical array containing the observational data:
c(nobs, nmemb, nsdates, nltime)
- sdates
A character vector of start dates in the format of
c('YYYYMMDD','YYYYMMDD').
- toptitle
Main title for each experiment: c('',''), optional.
- ytitle
Title of Y-axis for each experiment: c('',''), optional.
- limits
c(lower limit, upper limit): limits of the Y-axis, optional.
- legends
List of observational dataset names, optional.
- freq
1 = yearly, 12 = monthly, 4 = seasonal, ... Default: 12.
- biglab
TRUE/FALSE for presentation/paper plot. Default = FALSE.
- fill
TRUE/FALSE if the spread between members should be filled.
Default = TRUE.
- memb
TRUE/FALSE if all members/only the ensemble-mean should be
plotted.
Default = TRUE.
- ensmean
TRUE/FALSE if the ensemble-mean should be plotted.
Default = TRUE.
- linezero
TRUE/FALSE if a line at y=0 should be added.
Default = FALSE.
- points
TRUE/FALSE if points instead of lines should be shown.
Default = FALSE.
- vlines
List of x location where to add vertical black lines, optional.
- sizetit
Multiplicative factor to scale title size, optional.
- fileout
Name of the output file for each experiment: c('','').
Extensions allowed: eps/ps, jpeg, png, pdf, bmp and tiff. If filenames
with different extensions are passed, it will be considered only the first
one and it will be extended to the rest. The default value is NULL, which
the pop-up window shows.
- width
File width, in the units specified in the parameter size_units
(inches by default). Takes 8 by default.
- height
File height, in the units specified in the parameter
size_units (inches by default). Takes 5 by default.
- size_units
Units of the size of the device (file or window) to plot
in. Inches ('in') by default. See ?Devices and the creator function of the
corresponding device.
- res
Resolution of the device (file or window) to plot in. See
?Devices and the creator function of the corresponding device.
- ...
Arguments to be passed to the method. Only accepts the following
graphical parameters:
adj ann ask bg bty cex.sub cin col.axis col.lab col.main col.sub cra crt
csi cxy err family fg fig font font.axis font.lab font.main font.sub lend
lheight ljoin lmitre mar mex mfcol mfrow mfg mkh oma omd omi page plt smo
srt tck tcl usr xaxp xaxs xaxt xlog xpd yaxp yaxs yaxt ylbias ylog
For more information about the parameters see `par`.