From ed1c12c22d43b53b89f9035eeb9372da992f23cb Mon Sep 17 00:00:00 2001 From: Stuart Wheater Date: Sun, 29 Jun 2025 14:45:49 +0100 Subject: [PATCH] Fixed 'combined' -> 'pooled' --- R/ds.boxPlot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/ds.boxPlot.R b/R/ds.boxPlot.R index 5f113388..d89c5470 100644 --- a/R/ds.boxPlot.R +++ b/R/ds.boxPlot.R @@ -54,7 +54,7 @@ #' ds.boxPlot("D", "LAB_HDL", type= "split", datasources = connections) #' #' ## Create a boxplot of two variables variable -#' ds.boxPlot("D", c("LAB_HDL", "LAB_TRIG", type="combine", +#' ds.boxPlot("D", c("LAB_HDL", "LAB_TRIG", type="pooled", #' datasources = connections) #' # only one plot is created (of the aggregated results of all servers) #'