See the generic function description.
# S3 method for TSdata
tframed(x, tf=NULL, names=NULL, ...)
# S3 method for TSdata
tframe(x) <- value
# S3 method for TSdata
tfwindow(x, tf=NULL, start=tfstart(tf), end=tfend(tf), warn=TRUE)
# S3 method for TSdata
tbind(x, d2, ..., pad.start=TRUE, pad.end=TRUE, warn=TRUE)
# S3 method for TSdata
trimNA(x, startNAs=TRUE, endNAs=TRUE)
# S3 method for TSdata
window(x, start=NULL, end=NULL, tf=NULL, warn=TRUE, ...)
See the generic function.
a time frame. See the generic function.
a time frame to associate with x.
A list with elements input and output which are strings passed as names to the default method.
See the generic function.
See the generic function.
See the generic function.
See the generic function.
See the generic function.
See the generic function.
See the generic function.
logical indicating if some warning messages should be suppressed.
arguments passed to other functions.
The generic function is applied to input and to output data.