Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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, ...)

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

Details

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

Value

The box plot panel

Author(s)

Jose Luis Vicente Villardon

Examples

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

MultBiplotR

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.