panel.histogram {lattice}R Documentation

Default Panel Function for histogram

Description

This is the default panel function for histogram.

Usage

panel.histogram(x,
                breaks,
                equal.widths = TRUE,
                type = "density",
                alpha, col, border, lty, lwd,
                ...)

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''
alpha, col, border, lty, lwd graphical parameters for bars; defaults are obtained from the bar.fill settings.
... other arguments.

Author(s)

Deepayan Sarkar deepayan@stat.wisc.edu

See Also

histogram


[Package lattice version 0.10-11 Index]