Description Usage Arguments Author(s)
Reading
1 2 3 4 | fReadTimeSeveralCols(Data.F, FileName.s, Dir.s, NcPackage.s,
CallFunction.s = "", colYear = "year", colMonth = "month",
colDay = "day", colHour = "hour", defaultHour = 0,
...)
|
Data.F |
Data frame |
FileName.s |
NetCDF file name as a string |
Dir.s |
Directory as a string |
NcPackage.s |
Name (string) of R NetCDF package (implemented for 'RNetCDF' and 'ncdf4') |
CallFunction.s |
Name (string) of function called from |
colYear |
Name (string) of variable holding the year |
colMonth |
Name (string) of variable holding the month |
colDay |
Name (string) of variable holding the day |
colHour |
Name (string) of variable holding the hour |
defaultHour |
(numeric) default that is used when colHour=NA, when only days are specified |
... |
further arguments to var.get.nc or ncvar_get, such as start and count |
(Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.