View source: R/getDateVector.R
getDateVector | R Documentation |
This function generates a vector of dates from the timestamps of an input NetCDF file.
getDateVector(ncdf, varName = "timestamps")
ncdf |
an ncdf4 object (must already be loaded into environment using ncdf4 package) |
varName |
name of timestamp variable in the ncdf4 object |
a POSIXlt vector of dates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.