tfplot.TSdata.ee {dse2}R Documentation

Specific Methods for tfplot

Description

See the generic function description.

Usage

    tfplot(x, graph.args=NULL,
                       criterion ="coef", criterion.args=NULL)
    tfplot(x, graph.args=NULL,
                       criterion ="coef", criterion.args=NULL)
    tfplot(x, start.=NULL, end.=NULL, 
        series=seq(nseries(x)), 
        Title="Predictions (dotted) and actual data (solid)", 
        ylab=seriesNamesOutput(x),
        graphs.per.page=5, mar=par()$mar, reset.screen=TRUE)
    tfplot(x, start.=NULL, end.=NULL,
        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)
    tfplot(x, start.=NULL, end.=NULL,
        series = seq(length=nseriesOutput(x$truth)),
        Title="Predictions (dotted) and actual data (solid)",
        ylab = seriesNamesOutput(x$truth), 
        graphs.per.page=5, mar=par()$mar, reset.screen=TRUE)
    tfplot(x, start.=NULL, end.=NULL,
         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)
    tfplot(x, start.=NULL, end.=NULL,
         series=NULL)

Arguments

x an object for which a tfplot is to be produced.
start. see tfplot.
end. see tfplot.
Title string of characters to use for title.
ylab vector of strings for y axis labelling.
graphs.per.page integer indicating number of graphs to place on a page.
reset.screen logical indicating if the plot window should be cleared before starting.
series integer or string indicating the series which should be plotted.
mar plot margins. See par.
graph.args list of graphics arguments eventually passed to plot. See par.
criterion criterion which should be used to extract something from the object which will then be plotted. See EstEval.
criterion.args arguments to be passed to code{criterion}.

See Also

tfplot EstEval


[Package Contents]