Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyyeoCH committed Jan 2, 2025
1 parent 9694d1b commit 21f0ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/plotBeta.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plotBeta <- function(alpha, beta, ...) {
ggplot2::scale_x_continuous(labels = scales::percent_format())
}

#' Plot Diff Between two Beta distributions
#' Plot difference Between two Beta distributions
#'
#' This function will plot the PDF of a difference between two Beta distributions
#'
Expand All @@ -50,7 +50,7 @@ plotBeta <- function(alpha, beta, ...) {
#' additional arguments to `ggplot()`
#' @return a ggplot object
#'
#' @example examples/myPlotDiff.R
#' @example examples/plotBetaDiff.R
#'
#' @importFrom graphics par axis polygon mtext
#' @importFrom stats integrate
Expand Down

0 comments on commit 21f0ee4

Please sign in to comment.