mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-26 22:35:48 +00:00
18 lines
371 B
Text
18 lines
371 B
Text
|
|
% 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.
|
||
|
|
}
|
||
|
|
|