nc_rewrite | R Documentation |
rewrite netcdf to fix attribute information
nc_rewrite(
x,
outfile,
bands = NULL,
var.units = NULL,
var.longname = NULL,
dates = NULL,
info = NULL
)
bands |
variable names |
var.units |
untis of variables in |
var.longname |
longname of variables in |
dates |
A |
## Not run:
nc_rewrite(file, outfile, bands, units, longnames, dates)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.