Description Usage Arguments Value Author(s) See Also Examples
Produces a plot of the level, slope and seasonal components from an ETS model.
1 2 |
x |
Object of class “ets”. |
... |
Other plotting parameters passed to |
None. Function produces a plot
Rob J Hyndman
1 2 3 | fit <- ets(USAccDeaths)
plot(fit)
plot(fit,plot.type="single",ylab="",col=1:3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.