Description Usage Arguments Details Author(s)
Reads time columns (year, month, day, hour) from column in ISODate integer format
1 2 3 | fReadTimeBerkeley(Data.F, FileName.s, Dir.s, NcPackage.s,
CallFunction.s = "", colTime = "TIMESTAMP_END",
...)
|
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 |
colTime |
the column name (string) holding time with format described in details |
... |
further arguments to var.get.nc or ncvar_get, such as start and count |
In the Berkeley-Release of the fluxnet data, the time is stored as an integer with base10-digits representing YYYYMMddhhmm
(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.