From a020c9e414b492eea8598f0a426b73d7b0d5a573 Mon Sep 17 00:00:00 2001 From: Yannick Vandendijck Date: Tue, 10 Mar 2026 17:07:23 +0100 Subject: [PATCH] added a small not on ggplot2 geom_boxplot --- R/summary-stats.qmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R/summary-stats.qmd b/R/summary-stats.qmd index 78ea5dbd6..24b8bd1e8 100644 --- a/R/summary-stats.qmd +++ b/R/summary-stats.qmd @@ -19,5 +19,8 @@ quantile(aval, probs = c(0.25, 0.4)) # A vector of the R packages used in this file sessioninfo::session_info() ``` + +Note: `geom_boxplot` and `stats_boxplot` in `ggplot2` uses the default of `type = 7`. It is not possible to switch the type of algorithm used to compute the quantiles in these functions for `ggplot2`. + :::