| inferTi {tis} | R Documentation |
Attempts to find a tif (Time Index Frequency) that "fits" the
supplied dateTimes, and returns a ti object that hits the same
dates and/or times.
inferTi(dateTimes)
dateTimes |
a vector POSIXct object, or something that
as.POSIXct can coerce into one. |
a ti object as long as the input
May fail if there is no tif that closely matches the inputs.
inferTi(Sys.time() + (1:5)*86400)