mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-28 20:11:27 +00:00
R: dygraphs not dygraph as package name in docs (#2541)
This commit is contained in:
parent
f89de329bf
commit
7e83e2c27c
2 changed files with 2 additions and 2 deletions
|
|
@ -435,7 +435,7 @@ add_changepoints_to_plot <- function(m, threshold = 0.01, cp_color = "red",
|
|||
#' @param uncertainty Optional boolean indicating if the uncertainty interval for yhat
|
||||
#' should be plotted, which will only be done if x$uncertainty.samples > 0. Must be
|
||||
#' present in fcst as yhat_lower and yhat_upper.
|
||||
#' @param ... additional arguments passed to dygraph::dygraph
|
||||
#' @param ... additional arguments passed to dygraphs::dygraph
|
||||
#' @importFrom dplyr "%>%"
|
||||
#' @return A dygraph plot.
|
||||
#'
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ dyplot.prophet(x, fcst, uncertainty = TRUE, ...)
|
|||
should be plotted, which will only be done if x$uncertainty.samples > 0. Must be
|
||||
present in fcst as yhat_lower and yhat_upper.}
|
||||
|
||||
\item{...}{additional arguments passed to dygraph::dygraph}
|
||||
\item{...}{additional arguments passed to dygraphs::dygraph}
|
||||
}
|
||||
\value{
|
||||
A dygraph plot.
|
||||
|
|
|
|||
Loading…
Reference in a new issue