Description Usage Arguments Details Value Author(s) See Also
View source: R/modifyNcdfCopyMetadata.R
copy attributes and dimensions between ncdf files
1 2 | modifyNcdfCopyMetadata(file.con.orig, file.con.copy,
glob.atts = TRUE, dimensions = TRUE)
|
file.con.orig |
a NetCDF object pointing to the respective ncdf file from which to copy |
file.con.copy |
a NetCDF object pointing to the respective ncdf file to which to copy |
glob.atts |
logical: whether to copy all global attributes |
dimensions |
logical: whether to copy all dimensions |
This function copies all global attributes and/or all dimensions from one ncdf file to another.
nothing is returned.
Jannis v. Buttlar, Thomas Wutzler
modifyNcdfCopyVar, att.copy.nc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.