HistogramPanel {MultBiplotR} | R Documentation |
Panel of histograms
Description
Panel of histograms for a set of numerical variables.
Usage
HistogramPanel(X, nrows = NULL, separated = FALSE, ...)
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 |
Details
Jose Luis Vicente Villardon
Value
The histogram panel.
Author(s)
Jose Luis Vicente Villardon
Examples
data(wine)
HistogramPanel(wine[,4:7], nrows = 2, xlab="")
[Package MultBiplotR version 23.11.0 Index]