att.put.ncv {ncvar} | R Documentation |
Writes all attributes for a given variable. For internal use only.
att.put.ncv(ncfile, variable, att)
ncfile |
Object of class "NetCDF", returned from open.nc . |
variable |
ID or name of the variable for which the attributes will be
written, or NC_GLOBAL for the global attributes. |
att |
List of objects of class "att.ncv". |
Writes all attributes for a given variable. For internal use only.
Juerg Schmidli