Description Usage Arguments Value
Make dataframe with future dates for forecasting.
1 | make_future_dataframe(m, periods, freq = "day", include_history = TRUE)
|
m |
Prophet model object. |
periods |
Int number of periods to forecast forward. |
freq |
'day', 'week', 'month', 'quarter', 'year', 1(1 sec), 60(1 minute) or 3600(1 hour). |
include_history |
Boolean to include the historical dates in the data frame for predictions. |
Dataframe that extends forward from the end of m$history for the requested number of periods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.