graph
Plot one-step ahead predictions
Description
Plot actual data and one-step ahead predictions for one or multiple models.
Usage
graph(..., Start=start(model$data),End=end(model$data), select.inputs=NULL,
select.outputs=NULL, graphs.per.page=5)
Required Arguments
- model
-
Objects of class TSestModel or TSdata.
Optional Arguments
- Start
-
The start of the plot.
- End
-
The end of the plot.
- select.inputs
-
Selected inputs to plot. The default plots all. If plotting is to be
suppressed then this argument should be given the value 0.
- select.outputs
-
Selected outputs to plot. The default plots all. If plotting is to be
suppressed then this argument should be given the value 0.
- graphs.per.page
-
Sets the number of graphs to plot per page.
Value
Details
If the arguments are of class TSdata then the input and output data are
plotted (subject to select.inputs and select.outputs).
If the arguments are of class TSestModel then model$estimates$pred is plotted.
Use dev.ask(T) to pause plotting between pages.
Examples
return to Table of Contents