Default Panel Function for histogram
panel.histogram.RdThis is the default panel function for histogram.
Arguments
- x
The data points for which the histogram is to be drawn
- breaks
The breakpoints for the histogram
- equal.widths
logical used when
breaks==NULL- type
Type of histogram, possible values being
"percent","density"and"count"- nint
Number of bins for the histogram
- alpha, col, border, lty, lwd
graphical parameters for bars; defaults are obtained from the
plot.polygonsettings.- ...
other arguments, passed to
histwhen deemed appropriate- identifier
A character string that is prepended to the names of grobs that are created by this panel function.
Author
Deepayan Sarkar Deepayan.Sarkar@R-project.org