Description Usage Arguments Details See Also
See the generic function description.
1 2 3 4 5 6 7 8 9 10 11 12 | ## 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.
tframed
,
tfwindow
,
tbind
,
trimNA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.