diff --git a/R/R/plot.R b/R/R/plot.R index 60f36b2..3849a56 100644 --- a/R/R/plot.R +++ b/R/R/plot.R @@ -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. #' diff --git a/R/man/dyplot.prophet.Rd b/R/man/dyplot.prophet.Rd index 86d4a8d..bd4101f 100644 --- a/R/man/dyplot.prophet.Rd +++ b/R/man/dyplot.prophet.Rd @@ -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.