df_for_plotting {prophet} | R Documentation |
Merge history and forecast for plotting.
Description
Merge history and forecast for plotting.
Usage
df_for_plotting(m, fcst)
Arguments
m |
Prophet object. |
fcst |
Data frame returned by prophet predict. |
[Package prophet version 1.0 Index]