Specific Methods for tframed Data
See the generic function description.
## S3 method for class 'TSdata' tframed(x, tf=NULL, names=NULL, ...) ## S3 replacement method for class 'TSdata' tframe(x) <- value ## S3 method for class 'TSdata' tfwindow(x, tf=NULL, start=tfstart(tf), end=tfend(tf), warn=TRUE) ## S3 method for class 'TSdata' tbind(x, d2, ..., pad.start=TRUE, pad.end=TRUE, warn=TRUE) ## S3 method for class 'TSdata' trimNA(x, startNAs=TRUE, endNAs=TRUE) ## S3 method for class 'TSdata' window(x, start=NULL, end=NULL, tf=NULL, warn=TRUE, ...)
x |
See the generic function. |
tf |
a time frame. See the generic function. |
value |
a time frame to associate with x. |
names |
A list with elements input and output which are strings passed as names to the default method. |
start |
See the generic function. |
startNAs |
See the generic function. |
end |
See the generic function. |
endNAs |
See the generic function. |
d2 |
See the generic function. |
pad.start |
See the generic function. |
pad.end |
See the generic function. |
warn |
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.