R: dygraphs not dygraph as package name in docs (#2541)

This commit is contained in:
Giorgio Comai 2024-05-18 13:43:06 +02:00 committed by GitHub
parent f89de329bf
commit 7e83e2c27c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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.
#'

View file

@ -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.