This function is a helper function (warming stripes plot, trend plot, time series plot) called by the CM SAF R Toolbox.
mon.anomaly.climatology(
var,
infile,
outfile,
climatology_file,
nc34 = 4,
overwrite = FALSE,
verbose = FALSE,
nc = NULL
)
Name of NetCDF variable (character).
Filename of input NetCDF file. This may include the directory (character).
Filename of output NetCDF file. This may include the directory (character).
Filename of input NetCDF climatology file. This may include the directory (character).
NetCDF version of output file. If nc34 = 3
the output file will be
in NetCDFv3 format (numeric). Default output is NetCDFv4.
logical; should existing output file be overwritten?
logical; if TRUE, progress messages are shown
Alternatively to infile
you can specify the input as an
object of class ncdf4
(as returned from ncdf4::nc_open
).