Skip to content

How do I get trend and/or seasonality data that Prophet is creating in my Robyn model? #689

Closed Answered by laresbernardo
CJ2407 asked this question in Q&A
Discussion options

You must be logged in to vote

How do I access trend and seasonality data created by Prophet?

Given the components plot is a ggplot2 object returned by prophet, you could access the data with components$data, where components is the result of running prophet_plot_components(m, forecast) (reference).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CJ2407
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants