powered by
Panel of box plots for a set of numerical variables and a grouping factor.
BoxPlotPanel(X, groups = NULL, nrows = NULL, panel = TRUE, notch = FALSE, GroupsTogether = TRUE, ...)
The box plot panel
The matrix of continuous variables
The grouping factor
Number of rows of the panel.
Should the plots be organized into a panel? (or separated)
Should notches be used in the box plots?
Should all the groups be together in the same plot?
Other graphical arguments
Jose Luis Vicente Villardon
data(wine) BoxPlotPanel(wine[,4:7], groups = wine$Origin, nrows = 2, ylab="")
Run the code above in your browser using DataLab