View source: R/create.scPDSI.file.R
create.scPDSI.file | R Documentation |
Creates scPDSI output file.
create.scPDSI.file( scPDSI.file, f, ts, v.f.idx, variable.name.map, dim.size, dim.axes, scPDSI.dat, author.data )
scPDSI.file |
The filename to be used for the scPDSI 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. |
scPDSI.dat |
scPDSI metadata |
author.data |
A vector containing named elements describing the author; see |
This function creates a file suitable for outputting scPDSI to.
An object of class ncdf4
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.