Usage
## S3 method for class 'TSdata':
tframed(x, tf=NULL, input.names=NULL, output.names=NULL)
## S3 method for class 'TSdata':
tframe(x) <- value
## S3 method for class 'TSdata':
tfwindow(x, start=NULL, end=NULL, tf=NULL, warn=TRUE)
## S3 method for class 'TSdata':
tbind(d1, d2)
## S3 method for class 'TSdata':
trimNA(x, start.=TRUE, end.=TRUE)
## S3 method for class 'TSdata':
window(x, start=NULL, end=NULL, tf=NULL, warn=TRUE, ...)
Arguments
x
See the generic function.
tf
a time frame. See the generic function.
value
a time frame to associate with x.
input.names
See the generic function.
output.names
See the generic function.
start
See the generic function.
start.
See the generic function.
end
See the generic function.
end.
See the generic function.
d1
See the generic function.
d2
See the generic function.
warn
logical indicating if some warning messages should be suppressed.
...
arguments passed to other functions.