plot.forecast: Plot function for forecasts

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Generates simple plots of forecasts obtained from forecast.VAR / forecast.BVAR / forecast.B-SVAR

Usage

1
2
 ## S3 method for class 'forecast'
plot(x, ...)

Arguments

x

Plots generated from forecast genrated through fitted VAR, BVAR, or B-SVAR model from forecast

.

...

Other graphics parameters

Details

Generates a plot in the current graphics device for the m time series in the respective (B)VAR model.

Value

None. Generates a plot in the current graphics device.

Author(s)

Patrick T. Brandt

See Also

summary

Examples

1
2
3
4
## Not run: 
plot(x)

## End(Not run)

MSBVAR documentation built on May 30, 2017, 1:23 a.m.

Related to plot.forecast in MSBVAR...