See the generic function description.
# S3 method for TSmodelEstEval
tfplot(x, graph.args=NULL,
criterion ="coef", criterion.args=NULL, ...)
# S3 method for TSestModelEstEval
tfplot(x, graph.args=NULL,
criterion ="coef", criterion.args=NULL, ...)
# S3 method for EstEval
tfplot(x, tf=NULL, start=tfstart(tf), end=tfend(tf),
truth= if(is.TSdata(x$truth)) outputData(x$truth) else x$truth,
series = seq(length=nseries(truth)),
Title="Estimated (and true) results",
ylab = seriesNames(truth), remove.mean = FALSE,
graphs.per.page=5, mar=par()$mar, reset.screen=TRUE, ...)
an object for which a tfplot is to be produced.
see tfplot.
see tfplot.
see tfplot.
true value which will be plotted along with estimates.
string of characters to use for title.
logical indicating if means should be removed before plotting results.
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.
list of graphics arguments eventually passed
to plot. See par.
criterion which should be used to extract something from
the object which will then be plotted. See EstEval.
arguments to be passed to criterion.
arguments passed to other methods.
tfplot
EstEval