df_for_plotting.Rd 386 B

123456789101112131415161718
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/plot.R
  3. \name{df_for_plotting}
  4. \alias{df_for_plotting}
  5. \title{Merge history and forecast for plotting.}
  6. \usage{
  7. df_for_plotting(m, fcst)
  8. }
  9. \arguments{
  10. \item{m}{Prophet object.}
  11. \item{fcst}{Data frame returned by prophet predict.}
  12. }
  13. \description{
  14. Merge history and forecast for plotting.
  15. }
  16. \keyword{internal}