tfplot.TSdata {dse1}R Documentation

Tfplot Specific Methods

Description

See the generic function description.

Usage

    tfplot(..., start. = NULL, end. = NULL, Title = "", 
        reset.screen=TRUE,
        select.inputs = seq(length= nseriesInput(data)),
        select.outputs= seq(length=nseriesOutput(data)),
        mar=par()$mar, 
        graphs.per.page=5, ylab=NULL)
    tfplot(..., start.=NULL,end.=NULL,Title=NULL, 
        reset.screen=T, select.inputs=NULL, select.outputs=NULL,
        graphs.per.page=5, mar=par()$mar)
    

Arguments

... object or objects to be plotted.
graphs.per.page integer indicating number of graphs to place on a page.
reset.screen logical indicating if the plot window should be cleared before starting.
Title string to use for plot title (passed to plot).
ylab string to use for y label (passed to plot).
start. start of plot. (passed to tfwindow)
end. end of plot. (passed to tfwindow)
select.inputs series to be plotted. (passed to select.series)
select.outputs series to be plotted. (passed to select.series)
mar margins passed to plot. See par.)

See Also

tfplot


[Package Contents]