predict_seasonal_components {prophet} | R Documentation |
Predict seasonality components, holidays, and added regressors.
Description
Predict seasonality components, holidays, and added regressors.
Usage
predict_seasonal_components(m, df)
Arguments
m |
Prophet object. |
df |
Prediction dataframe. |
Value
Dataframe with seasonal components.
[Package prophet version 1.0 Index]