tfplot.TSdata {dse1}R Documentation

Tfplot Specific Methods

Description

See the generic function description.

Usage

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

Arguments

x object to be plotted.
... additional objects to be plotted.
start. start of plot. (passed to tfwindow)
end. end of plot. (passed to tfwindow)
select.inputs series to be plotted. (passed to selectSeries)
select.outputs series to be plotted. (passed to selectSeries)
Title string to use for plot title (passed to plot).
xlab string to use for x label (passed to plot).
ylab string to use for y label (passed to plot).
graphs.per.page integer indicating number of graphs to place on a page.
mar margins passed to plot. See par.)
reset.screen logical indicating if the plot window should be cleared before starting. If this is not TRUE then mar values will have no effect.

See Also

tfplot


[Package Contents]