Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 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, ...)

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.

Details

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

See Also


dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.