View source: R/create.utci.file.R
create.utci.file | R Documentation |
Creates utci output file.
create.utci.file( utci.file, f, ts, v.f.idx, variable.name.map, dim.size, dim.axes, utci.dat, author.data )
utci.file |
The filename to be used for the utci file. |
f |
The file(s) being used as sources for metadata. |
ts |
The associated time data, as created by |
v.f.idx |
A mapping from variables to files, as created by |
variable.name.map |
A mapping from standardized names (tmax, tmin, etc) to NetCDF variable names. |
dim.size |
Dimension sizes for the input. |
dim.axes |
Dimension axes for the input. |
utci.dat |
utci metadata |
author.data |
A vector containing named elements describing the author; see |
This function creates a file suitable for outputting utci to.
An object of class ncdf4
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.