plot.ETS {UComp}R Documentation

plot.ETS

Description

Plot components of ETS object

Plot components of PTS object

Plot components of TETS object

Usage

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

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

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

Arguments

x

Object of class “TETS”.

...

Additional inputs to function.

Details

See help of ETS.

See help of PTS.

See help of TETS.

Author(s)

Diego J. Pedregal

See Also

ETS, ETSmodel, ETSvalidate, ETScomponents, ETSestim

PTS, PTSmodel, PTSvalidate, PTScomponents, PTSestim

TETS, TETSmodel, TETSvalidate, TETScomponents, TETSestim

Examples

## Not run: 
m1 <- ETSmodel(log(gdp))
plot(m1)

## End(Not run)
## Not run: 
m1 <- PTS(log(AirPassengers))
plot(m1)

## End(Not run)
## Not run: 
m1 <- TETSmodel(log(gdp))
plot(m1)

## End(Not run)

[Package UComp version 5.0.4 Index]