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 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