plot.forecast.cov
Plots of Forecast Variance
Description
Generate plots of forecast variance calculated by forecast.cov.
Usage
plot(obj, select.series=1:dim((obj$forecast.cov)[[1]])[2],
select.cov= 1:length(obj$forecast.cov),
select.true=T, select.zero=T, select.trend=T,
y.limit=NULL,
line.labels=F,
lty=seq(length(select.cov)), Legend=NULL, Title=NULL,
graphs.per.page = 5, ...)
Required Arguments
- obj
-
The result of forecast.cov.
Optional Arguments
- select.series
- The series which should be plotted. (The default NULL gives the end of the simulations.)
- select.cov
- For the case of multiple models select the covariance to be plotted.
- graphs.per.page
- The number of graphs to put on a page.
Value
Details
This function produces plots of the variance at different horizons.
Use dev.ask(T) to pause plotting between pages.
See Also
Examples
z <- forecast.cov(model, data)
plot(z)
return to Table of Contents