| plot.ETS | R Documentation | 
Plot components of ETS object
Plot components of TETS object
## S3 method for class 'ETS'
plot(x, ...)
## S3 method for class 'TETS'
plot(x, ...)
x | 
 Object of class “TETS”.  | 
... | 
 Additional inputs to function.  | 
See help of ETS.
See help of TETS.
Diego J. Pedregal
ETS, ETSforecast, ETSvalidate,
ETScomponents, ETSestim
TETS, TETSforecast, TETSvalidate,
TETScomponents, TETSestim
## Not run: 
m1 <- ETSforecast(log(gdp))
plot(m1)
## End(Not run)
## Not run: 
m1 <- TETSforecast(log(gdp))
plot(m1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.