Learn R Programming

MultBiplotR (version 23.11.0)

BoxPlotPanel: Panel of box plots

Description

Panel of box plots for a set of numerical variables and a grouping factor.

Usage

BoxPlotPanel(X, groups = NULL, nrows = NULL, panel = TRUE, 
notch = FALSE, GroupsTogether = TRUE, ...)

Value

The box plot panel

Arguments

X

The matrix of continuous variables

groups

The grouping factor

nrows

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 arguments

Author

Jose Luis Vicente Villardon

Details

Panel of box plots for a set of numerical variables and a grouping factor.

Examples

Run this code
data(wine)
BoxPlotPanel(wine[,4:7], groups = wine$Origin, nrows = 2, ylab="")

Run the code above in your browser using DataLab