From a613384bf3c2d2a25c2e0953175de2df25061e1d Mon Sep 17 00:00:00 2001 From: gnoblet Date: Mon, 3 Jul 2023 20:56:54 +0200 Subject: [PATCH] Threshold and not treshold --- R/donut.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/donut.R b/R/donut.R index 268010f..cd7ff73 100644 --- a/R/donut.R +++ b/R/donut.R @@ -11,7 +11,7 @@ #' @param arrange TRUE or FALSE. Arrange by highest percentage first. #' @param hole_size Hole size. Default to 3. If less than 2, back to a pie chart. #' @param add_text TRUE or FALSE. Add the value as text. -#' @param add_text_treshold_display Minimum value to add the text label. +#' @param add_text_threshold_display Minimum value to add the text label. #' @param add_text_color Text color. #' @param add_text_suffix If percent is FALSE, should we add a suffix to the text label? #' @param theme Whatever theme. Default to theme_reach().