histabunch | R Documentation |
Plot a bunch of histograms describing the marginal distributions the columns in a data frame.
histabunch(x, gap = 1, same.scale = FALSE, boxes = FALSE,
min.continuous = 12, max.factor = 40,
vertical.axes = FALSE, ...)
x |
A matrix or data frame containing the variables to be plotted. |
gap |
The gap between the plots, measured in lines of text. |
same.scale |
Logical. Indicates whether the histograms should all be plotted on the same scale. |
boxes |
Logical. Indicates whether boxes should be drawn around the histograms. |
min.continuous |
Numeric variables with more than |
max.factor |
Factors with more than |
vertical.axes |
Logical value indicating whether the histograms should be given vertical "Y" axes. |
... |
Extra arguments passed to hist (for numeric variables) or barplot (for factors). |
Called for its side effect, which is to produce multiple histograms on the current graphics device.
Steven L. Scott
hist
barplot
data(airquality)
histabunch(airquality)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.