tidyverts / feasts

Feature Extraction And Statistics for Time Series
https://feasts.tidyverts.org/
291 stars 23 forks source link

Is there a plot function with similar capabilities to forecast::ggsubseriesplot(AirPassengers)? #83

Closed drorberel closed 4 years ago

drorberel commented 4 years ago

I noticed feasts::gg_subseries(), but I am not interested in the facet grid

robjhyndman commented 4 years ago

gg_subseries() is the replacement for forecast::ggsubseriesplot(). If you don't like our design choices, you will need to write your own function.

mitchelloharawild commented 4 years ago

Closing as feasts::gg_subseries() is the equivalent to forecast::ggsubseriesplot(). The plotting functions are designed to easily/quickly produce common time series graphics, and for any further customisation we recommend constructing your own graphics with ggplot2.

Happy to discuss the appropriateness of facets in this application if you feel strongly about this.