Learn R Programming

UComp (version 4.0.1)

plot.ETS: plot.ETS

Description

Plot components of ETS object

Plot components of PTS object

Usage

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

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

Arguments

x

Object of class “PTS”.

...

Additional inputs to function.

Author

Diego J. Pedregal

Details

See help of ETS.

See help of PTS.

See Also

ETS, ETSmodel, ETSvalidate, ETScomponents, ETSestim

PTS, PTSmodel, PTSvalidate, PTScomponents, PTSestim

Examples

Run this code
if (FALSE) {
m1 <- ETSmodel(log(gdp))
plot(m1)
}
if (FALSE) {
m1 <- PTS(log(AirPassengers))
plot(m1)
}

Run the code above in your browser using DataLab