| inferTi {tis} | R Documentation |
Create a Time Index to Match a Vector of DateTimes
Description
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.
Usage
inferTi(dateTimes)
Arguments
dateTimes |
a vector |
Value
a ti object as long as the input
Note
May fail if there is no tif that closely matches the inputs.
See Also
Examples
inferTi(Sys.time() + (1:5)*86400)
[Package tis version 1.39 Index]