Description Usage Arguments Details Examples
Provides an interface to the (external to R) NetCDF Operators (NCO)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | set.nco.defaults(defaults = "")
ncks(..., debug = FALSE)
ncwa(..., debug = FALSE)
ncra(..., debug = FALSE)
ncrcat(..., debug = FALSE)
ncecat(..., debug = FALSE)
nces(..., debug = FALSE)
ncbo(..., debug = FALSE)
ncdiff(..., debug = FALSE)
ncap2(..., debug = FALSE)
ncrename(..., debug = FALSE)
ncatted(..., debug = FALSE)
|
defaults |
Character string supplying the defaults to be used by CDO |
... |
List of arguments to be converted to a text string |
debug |
Doesn't run the command, but returns the command that would be run |
Default options for nco can be set at the system wide level
using the set.nc.defaults()
command. Two of the most useful
of these include "–overwrite" (to overwrite files by default) and
"–netcdf4" to force NetCDF4 output. See the documentation of NCO for more.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.