Timetk 2.8.0
New Features
Many of the plotting functions have been upgraded for use with trelliscopejs
for
easier visualization of many time series.
-
plot_time_series()
:- Gets a new argument
trelliscope
: Used for visualizing many time series. - Gets a new argument
.facet_strip_remove
to remove facet strips since trelliscope is automatically labeled. - Gets a new argument
.facet_nrow
to adjust grid with trelliscope. - The default argument for
facet_collapse = TRUE
was changed toFALSE
for better compatibility with Trelliscope JS. This may cause some plots to have multiple groups take up extra space in the strip.
- Gets a new argument
-
plot_time_series_boxplot()
:- Gets a new argument
trelliscope
: Used for visualizing many time series. - Gets a new argument
.facet_strip_remove
to remove facet strips since trelliscope is automatically labeled. - Gets a new argument
.facet_nrow
to adjust grid with trelliscope. - The default argument for
.facet_collapse = TRUE
was changed toFALSE
for better compatibility with Trelliscope JS. This may cause some plots to have multiple groups take up extra space in the strip.
- Gets a new argument
-
plot_anomaly_diagnostics()
:- Gets a new argument
trelliscope
: Used for visualizing many time series. - Gets a new argument
.facet_strip_remove
to remove facet strips since trelliscope is automatically labeled. - Gets a new argument
.facet_nrow
to adjust grid with trelliscope. - The default argument for
.facet_collapse = TRUE
was changed toFALSE
for better compatibility with Trelliscope JS. This may cause some plots to have multiple groups take up extra space in the strip.
- Gets a new argument
Updates & Bug Fixes
-
Recipes steps (e.g.
step_timeseries_signature()
) use the newrecipes::print_step()
function. Requiresrecipes >= 0.2.0
. #110 -
Offset parameter in
step_log_interval()
was not working properly. Now works. #103
Potential Breaking Changes
- The default argument for
.facet_collapse = TRUE
was changed toFALSE
for better compatibility with Trelliscope JS. This may cause some plots to have multiple groups take up extra space in the strip.