From 1f9935a680443eb448cc141a18694aed6ab57e1d Mon Sep 17 00:00:00 2001 From: Pablo Paccioretti Date: Sun, 27 Feb 2022 17:19:19 -0300 Subject: [PATCH 1/2] Update geom-boxplot.r fixed typo --- R/geom-boxplot.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geom-boxplot.r b/R/geom-boxplot.r index e90211b251..fb8e0d3001 100644 --- a/R/geom-boxplot.r +++ b/R/geom-boxplot.r @@ -10,7 +10,7 @@ #' The lower and upper hinges correspond to the first and third quartiles #' (the 25th and 75th percentiles). This differs slightly from the method used #' by the [boxplot()] function, and may be apparent with small samples. -#' See [boxplot.stats()] for for more information on how hinge +#' See [boxplot.stats()] for more information on how hinge #' positions are calculated for [boxplot()]. #' #' The upper whisker extends from the hinge to the largest value no further than From 1234c5c20fc84c0347a531829139c6d0a8fa455b Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Tue, 15 Mar 2022 10:23:42 -0500 Subject: [PATCH 2/2] Re-document --- man/geom_boxplot.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/geom_boxplot.Rd b/man/geom_boxplot.Rd index c137d12059..402d1acc4a 100644 --- a/man/geom_boxplot.Rd +++ b/man/geom_boxplot.Rd @@ -133,7 +133,7 @@ This geom treats each axis differently and, thus, can thus have two orientations The lower and upper hinges correspond to the first and third quartiles (the 25th and 75th percentiles). This differs slightly from the method used by the \code{\link[=boxplot]{boxplot()}} function, and may be apparent with small samples. -See \code{\link[=boxplot.stats]{boxplot.stats()}} for for more information on how hinge +See \code{\link[=boxplot.stats]{boxplot.stats()}} for more information on how hinge positions are calculated for \code{\link[=boxplot]{boxplot()}}. The upper whisker extends from the hinge to the largest value no further than