Panel of histograms
Panel of histograms for a set of numerical variables.
HistogramPanel(X, nrows = NULL, separated = FALSE, ...)
X
: The matrix of continuous variablesnrows
: Number of rows of the panel.separated
: Should the plots be organized into a panel? (or separated)...
: Aditional graphical argumentsJose Luis Vicente Villardon
The histogram panel.
Jose Luis Vicente Villardon
data(wine) HistogramPanel(wine[,4:7], nrows = 2, xlab="")
Useful links