The timetk
package combines a collection of coercion tools for
time series analysis.
The timetk
package has several benefits:
Index extraction: get the time series index from any time series object.
Understand time series: create a signature and summary from a time series index.
Build future time series: create a future time series from an index.
Coerce between time-based tibbles (tbl) and the major time series data types xts, zoo, zooreg, and ts: Simplifies coercion and maximizes time-based data retention during coercion to regularized time series (e.g. ts).
To learn more about timetk
, start with the vignettes:
browseVignettes(package = "timetk")