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)
    tfwindow(x, start=NULL, end=NULL, tf=NULL, warn=T)
    tbind(d1, d2)
    trim.na(x, start.=T, end.=T)

Arguments

x See the generic function.
tf a time frame. See the generic function.
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.

See Also

tframed, tfwindow, tbind, trim.na


[Package Contents]