powered by
Panel of histograms for a set of numerical variables.
HistogramPanel(X, nrows = NULL, separated = FALSE, ...)
The histogram panel.
The matrix of continuous variables
Number of rows of the panel.
Should the plots be organized into a panel? (or separated)
Aditional graphical arguments
Jose Luis Vicente Villardon
data(wine) HistogramPanel(wine[,4:7], nrows = 2, xlab="")
Run the code above in your browser using DataLab