plot.ets {forecast} | R Documentation |
Produces a plot of the level, slope and seasonal components from an ETS model.
## S3 method for class 'ets' plot(x, ...)
x |
Object of class “ets”. |
... |
Other plotting parameters passed to |
None. Function produces a plot
Rob J Hyndman
fit <- ets(USAccDeaths) plot(fit) plot(fit,plot.type="single",ylab="",col=1:3)