new functions: autoplot.SA()
and
autoplot.jSA()
to plot ‘RJDemetra’ models and
y_forecast()
, trendcycle()
,
seasonaladj()
, calendaradj()
,
seasonal()
, irregular()
,
calendar()
to extract different components of the
models.
ggdemetra
now depends on
RJDemetra
.
ts2df
function added to convert ts
object to data.frame
.
data updated.
geom_outlier
bug correction (first_date
and last_date
not correctly working when
coefficients=TRUE
).
geom_arima
bug correction (a new model was
computed).