See the generic function description.
# S3 method for 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 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)
object to be plotted.
additional objects to be plotted.
start of plot.
end of plot.
an alternate way to specify start and end of plot.
series to be plotted. (passed to selectSeries)
series to be plotted. (passed to selectSeries)
string to use for plot title (passed to plot - see tfplot).
string to use for x label (passed to plot).
string to use for y label (passed to plot).
integer indicating number of graphs to place on a page.
margins passed to plot. See par.)
logical indicating if the plot window should be cleared before starting. If this is not TRUE then mar values will have no effect.