Learn R Programming

UComp (version 5.1)

plot.ETS: plot.ETS

Description

Plot components of ETS object

Plot components of TETS object

Usage

# S3 method for ETS
plot(x, ...)

# S3 method for TETS plot(x, ...)

Arguments

x

Object of class “TETS”.

...

Additional inputs to function.

Author

Diego J. Pedregal

Details

See help of ETS.

See help of TETS.

See Also

ETS, ETSforecast, ETSvalidate, ETScomponents, ETSestim

TETS, TETSforecast, TETSvalidate, TETScomponents, TETSestim

Examples

Run this code
if (FALSE) {
m1 <- ETSforecast(log(gdp))
plot(m1)
}
if (FALSE) {
m1 <- TETSforecast(log(gdp))
plot(m1)
}

Run the code above in your browser using DataLab