Skip to content

Commit

Permalink
R: dygraphs not dygraph as package name in docs (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
giocomai committed May 18, 2024
1 parent f89de32 commit 7e83e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/man/dyplot.prophet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e83e2c

Please sign in to comment.