TimeIntervalDataFrame-class
RegularTimeIntervalDataFrame(from, to, by, period,
timezone = "UTC", data = NULL)
POSIXct
). It represents
the start of the object (and of its first interval).POSIXct
). It represents
the end of the object : the end of the last interval is
as near as possible from this date, bPOSIXctp
object indicating the
increment to use between the start of each intervalPOSIXctp
object indicating
the period of each interval. If missing, it is given the
value of by
.NULL
, the data slot will be a data.frame with zero
column.timezone
).TimeIntervalDataFrame
object. class?TimeIntervalDataFrame
TimeInstantDataFrame
,
TimeIntervalDataFrame
,
timetools