Learn R Programming

forecasteR (version 3.0.2)

e_tc: Tendencia y Estacionalidad

Description

Tendencia y Estacionalidad

Usage

e_tc(x, d = NULL, noms = c("Time Series", "Trend", "Cyclicality"))

Value

data.frame

Arguments

x

a ts object.

d

a vector of dates to use on axis x (Optional).

noms

a vector of 3 to indicate the names to use on legend.

Author

Diego Jimenez <diego.jimenez@promidat.com>

Examples

Run this code
e_tc(AirPassengers)

Run the code above in your browser using DataLab