Skip to content

Commit ed1c12c

Browse files
committed
Fixed 'combined' -> 'pooled'
1 parent b1ebef1 commit ed1c12c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/ds.boxPlot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#' ds.boxPlot("D", "LAB_HDL", type= "split", datasources = connections)
5555
#'
5656
#' ## Create a boxplot of two variables variable
57-
#' ds.boxPlot("D", c("LAB_HDL", "LAB_TRIG", type="combine",
57+
#' ds.boxPlot("D", c("LAB_HDL", "LAB_TRIG", type="pooled",
5858
#' datasources = connections)
5959
#' # only one plot is created (of the aggregated results of all servers)
6060
#'

0 commit comments

Comments
 (0)