Learn R Programming

MultBiplotR (version 23.11.0)

HistogramPanel: Panel of histograms

Description

Panel of histograms for a set of numerical variables.

Usage

HistogramPanel(X, nrows = NULL, separated = FALSE, ...)

Value

The histogram panel.

Arguments

X

The matrix of continuous variables

nrows

Number of rows of the panel.

separated

Should the plots be organized into a panel? (or separated)

...

Aditional graphical arguments

Author

Jose Luis Vicente Villardon

Details

Jose Luis Vicente Villardon

Examples

Run this code
data(wine)
HistogramPanel(wine[,4:7], nrows = 2, xlab="")

Run the code above in your browser using DataLab