## S3 method for class 'TimeIntervalDataFrame,TimeIntervalDataFrame':
tapply(X, INDEX, FUN, ...,
min.coverage=1, weights.arg=NULL, merge.X=TRUE, split.X=FALSE,
keep.INDEX=TRUE, simplify=TRUE) ## S3 method for class 'TimeIntervalDataFrame,POSIXctp':
tapply(X, INDEX, FUN, ...,
min.coverage=1, weights.arg=NULL, merge.X=TRUE, split.X=FALSE,
simplify=TRUE)
## S3 method for class 'TimeIntervalDataFrame,POSIXcti':
tapply(X, INDEX, FUN, ...,
min.coverage=1, weights.arg=NULL, merge.X=TRUE, split.X=FALSE,
simplify=TRUE)
weighted.mean
, then weights.arg is
'w'
.TimeIntervalDataFrame
over another
TimeIntervalDataFrame
and then apply a
function over each elements of the list.TimeIntervalDataFrame
against
regular time intervals with a period defined by INDEX (a
POSIXctp
). Then a function is applied over
each elements of the list.TimeIntervalDataFrame
against
specified intervals (POSIXcti
). and then
apply a function over each elements of the list.changeSupport
methods. Instead of having
the core splitting algorithm in it, it uses the
split
methods. Be aware that default
parametres values between the two families
( Users are encouraged to use
tapply
,
TimeIntervalDataFrame-class
,
TimeInstantDataFrame-class
,
SubtimeDataFrame-class
,
changeSupport
,
POSIXcti-class
,
POSIXst-class
, POSIXctp-class