plot.ETS
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
.
## Not run: m1 <- ETSforecast(log(gdp)) plot(m1) ## End(Not run) ## Not run: m1 <- TETSforecast(log(gdp)) plot(m1) ## End(Not run)
ETS
, ETSforecast
, ETSvalidate
, ETScomponents
, ETSestim
TETS
, TETSforecast
, TETSvalidate
, TETScomponents
, TETSestim
Diego J. Pedregal
Useful links