This is the default panel function for histogram
.
panel.histogram(x,
breaks,
equal.widths = TRUE,
type = "density",
nint = round(log2(length(x)) + 1),
alpha, col, border, lty, lwd,
...,
identifier = "histogram")
The data points for which the histogram is to be drawn
The breakpoints for the histogram
logical used when breaks==NULL
Type of histogram, possible values being "percent"
,
"density"
and "count"
Number of bins for the histogram
graphical parameters for bars; defaults are obtained from the
plot.polygon
settings.
other arguments, passed to hist
when
deemed appropriate
A character string that is prepended to the names of grobs that are created by this panel function.
Deepayan Sarkar Deepayan.Sarkar@R-project.org
histogram