Description Usage Arguments Details Value Author(s) See Also
View source: R/modifyNcdfCopyAtts.R
copy all attributes between different variables
1 2 | modifyNcdfCopyAtts(file.con.orig, var.orig,
var.copy, file.con.copy = file.con.orig)
|
file.con.orig |
a NetCDF object pointing to the original ncdf file from which to copy the attributes |
var.orig |
the name or id of the variable FROM which to copy all attributes |
var.copy |
the name or id of the variable TO which to copy all attributes |
file.con.copy |
a NetCDF object pointing to the ncdf file to which to copy the attributes (same as file.con.orig by default) |
copies all attributes from one variable in a ncdf file to another variable (possibly in another file).
nothing is returned.
Jannis v. Buttlar, Thomas Wutzler
modifyNcdfCopyMetadata, modifyNcdfCopyVar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.