Usage
## S3 method for class '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 class '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 class '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 class 'multiModelHorizonForecasts':
tfplot(x,
tf=NULL, start=tfstart(tf), end=tfend(tf), series=NULL, ...)