prophet/R/man/df_for_plotting.Rd
Ben Letham a6d68497f1 Revert "Merge branch 'v0.3' into master"
This reverts commit 011a292427, reversing
changes made to 5d453c1d05.
2017-12-22 16:32:54 -08:00

17 lines
389 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/prophet.R
\name{df_for_plotting}
\alias{df_for_plotting}
\title{Merge history and forecast for plotting.}
\usage{
df_for_plotting(m, fcst)
}
\arguments{
\item{m}{Prophet object.}
\item{fcst}{Data frame returned by prophet predict.}
}
\description{
Merge history and forecast for plotting.
}
\keyword{internal}