Learn R Programming

dse (version 2014.11-1)

tfplot.TSdata: Tfplot Specific Methods

Description

See the generic function description.

Usage

## S3 method for class 'TSdata':
tfplot(x, ..., 
        tf=NULL, start=tfstart(tf), end=tfend(tf), 
        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)
    ## S3 method for class 'TSestModel':
tfplot(x, ..., 
        tf=NULL, start=tfstart(tf), end=tfend(tf), 
        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.
end
end of plot.
tf
an alternate way to specify start and end of plot.
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 - see tfplot).
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.

concept

DSE

See Also

tfplot