Description Usage Arguments Details Value Author(s)
View source: R/createLatLongTime.R
create empty lat/lon/time ncdf file
1 2 3 4 5 |
file.name |
character string: name of the target file. |
varNames |
character vector: names of the variablesin the target file. |
lat.values |
numeric values: coordinate values for the latitude positions. |
long.values |
numeric values: coordinate values for the latitude positions. |
time.values |
POSIXct vector: values for the time dimension |
lat.length |
integer: length of the latitude dimension |
long.length |
integer: length of the longitude dimension |
time.length |
integer: length of the time dimension |
... |
further arguments to |
units |
string vector: units of the variables in target file. |
timeVar |
the name of the time variable |
user |
user name put to history entry |
Creates an empty standardized latitude/longitude/time ncdf file.
Nothing is returned but a file is created. TODO: units has to work with more than one variable
Jannis v. Buttlar, Thomas Wutzler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.