View source: R/HistogramPanel.R
HistogramPanel | R Documentation |
Panel of histograms for a set of numerical variables.
HistogramPanel(X, nrows = NULL, separated = FALSE, ...)
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 |
Jose Luis Vicente Villardon
The histogram panel.
Jose Luis Vicente Villardon
data(wine)
HistogramPanel(wine[,4:7], nrows = 2, xlab="")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.