Panel of box plots
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, ...)
X
: The matrix of continuous variablesgroups
: The grouping factornrows
: Number of rows of the panel.panel
: Should the plots be organized into a panel? (or separated)notch
: Should notches be used in the box plots?GroupsTogether
: Should all the groups be together in the same plot?...
: Other graphical argumentsPanel of box plots for a set of numerical variables and a grouping factor.
The box plot panel
Jose Luis Vicente Villardon
data(wine) BoxPlotPanel(wine[,4:7], groups = wine$Origin, nrows = 2, ylab="")
Useful links