See the generic function description.
# S3 method for forecast
tfplot(x, tf=NULL, start=tfstart(tf), end=tfend(tf),
series = seq(length=nseriesOutput(x$data)),
Title="Predictions (dotted) and actual data (solid)",
ylab = seriesNamesOutput(x$data),
graphs.per.page=5, mar=par()$mar, reset.screen=TRUE, ...)
# S3 method for featherForecasts
tfplot(x, tf=NULL, start=tfstart(tf), end=tfend(tf),
series=seq(nseries(x)),
Title="Predictions (dotted) and actual data (solid)",
ylab=seriesNamesOutput(x),
graphs.per.page=5, mar=par()$mar, reset.screen=TRUE, ...)
# S3 method for horizonForecasts
tfplot(x, tf=NULL, start=tfstart(tf), end=tfend(tf),
series=seq(length=nseriesOutput(x$data)),
Title="Predictions (dotted) and actual data (solid)",
ylab=seriesNamesOutput(x$data),
graphs.per.page=5, mar=par()$mar, reset.screen=TRUE, ...)
# S3 method for multiModelHorizonForecasts
tfplot(x,
tf=NULL, start=tfstart(tf), end=tfend(tf), series=NULL, ...)
an object for which a tfplot is to be produced.
see tfplot
.
see tfplot
.
see tfplot
.
string of characters to use for title.
vector of strings for y axis labelling.
integer indicating number of graphs to place on a page.
logical indicating if the plot window should be cleared before starting.
integer or string indicating the series which should be plotted.
plot margins. See par
.
arguments passed to other methods.