e_tc {forecasteR} | R 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)
[Package forecasteR version 2.0.2 Index]