Learn R Programming

dse (version 2014.11-1)

tframed.TSdata: Specific Methods for tframed Data

Description

See the generic function description.

Usage

## S3 method for class 'TSdata':
tframed(x, tf=NULL, names=NULL, ...)
    ## S3 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, ...)

Arguments

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.

concept

DSE

Details

The generic function is applied to input and to output data.

See Also

tframed, tfwindow, tbind, trimNA