e_tc: Tendencia y Estacionalidad

View source: R/mod_t_c_utils.R

e_tcR Documentation

Tendencia y Estacionalidad

Description

Tendencia y Estacionalidad

Usage

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

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.

Value

data.frame

Author(s)

Diego Jimenez <diego.jimenez@promidat.com>

Examples

e_tc(AirPassengers)


forecasteR documentation built on July 9, 2023, 6:37 p.m.

Related to e_tc in forecasteR...