mon.anomaly.climatology {cmsafops} | R Documentation |
Designed for the CM SAF R Toolbox.
Description
This function is a helper function (warming stripes plot, trend plot, time series plot) called by the CM SAF R Toolbox.
Usage
mon.anomaly.climatology(
var,
infile,
outfile,
climatology_file,
nc34 = 4,
overwrite = FALSE,
verbose = FALSE,
nc = NULL
)
Arguments
var |
Name of NetCDF variable (character). |
infile |
Filename of input NetCDF file. This may include the directory (character). |
outfile |
Filename of output NetCDF file. This may include the directory (character). |
climatology_file |
Filename of input NetCDF climatology file. This may include the directory (character). |
nc34 |
NetCDF version of output file. If |
overwrite |
logical; should existing output file be overwritten? |
verbose |
logical; if TRUE, progress messages are shown |
nc |
Alternatively to |
[Package cmsafops version 1.4.0 Index]