You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was about to make an issue in respect. I lack some functionality for either type conversion/coercion or cf_lag handling in general. The current class is a bit cumbersome in the downsteam analysis and e.g. wanting to use other plotting libraries than ggplot2. What are your thoughts on this?
I have ideas for a new temporal vctrs object for handling temporal aggregation (tidyverts/fabletools#59).
This new temporal class will also support origin-less time offsets which ACF will use.
It will have also have scales methods so it should work with ggplot2.
From #70
Use a
difftime
to represent lags instead of thecf_lag
class.Store the interval elsewhere for plot breaks.
The text was updated successfully, but these errors were encountered: