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) #'