| new_interval {tsibble} | R Documentation |
new_interval() creates an interval object with the specified values.
new_interval(...)
... |
A list of time units to be included in the interval and their amounts. "year", "quarter", "month", "week", "day", "hour", "minute", "second", "millisecond", "microsecond", "nanosecond", "unit" are supported. |
an "interval" class
new_interval(hour = 1, minute = 30) new_interval(NULL) # irregular interval new_interval() # unknown interval