From 21f0ee4fd91a8766fc769e760057098721052ddf Mon Sep 17 00:00:00 2001 From: Audrey Yeo Date: Thu, 2 Jan 2025 16:43:52 +0100 Subject: [PATCH] clean --- R/plotBeta.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/plotBeta.R b/R/plotBeta.R index 8dfcf795..792fc0c0 100644 --- a/R/plotBeta.R +++ b/R/plotBeta.R @@ -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 #' @@ -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