as.SubtimeDataFrame(x, unit, of, ...) ## S3 method for class 'TimeInstantDataFrame':
as.SubtimeDataFrame(x,
unit, of, FUN=NULL, ...)
## S3 method for class 'TimeIntervalDataFrame':
as.SubtimeDataFrame(x,
unit, of, FUN=NULL, cursor=NULL, ...)
as.TimeInstantDataFrame
method.TimeIntervalDataFrame
, data is first
converted to a TimeInstantDataFrame (see
as.TimeInstantDataFrame
). Then, this
TimeInstantDataFrame is converted to a SubtimeDataFrame
(see the appropriated section).