tframed.TSdata {dse1}R Documentation

Specific Methods for tframed Data

Description

See the generic function description.

Usage

    tframed(x, tf=NULL, input.names=NULL, output.names=NULL)
    tframe(x) <- value
    tfwindow(x, start=NULL, end=NULL, tf=NULL, warn=TRUE)
    tbind(d1, d2)
    trimNA(x, start.=TRUE, end.=TRUE)
    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.

See Also

tframed, tfwindow, tbind, trimNA


[Package Contents]