The following arguments have special meaning within this function.
The common meanings for these and all other arguments are listed separately
under
trellis.args.
REQUIRED ARGUMENTS:
formula
a formula in the form:
~ x | g1 * g2 * ...
however the given variables
g1,
g2 , ... may be omitted.
The
x variable is a numeric response and is the data used to
construct each histogram.
Variables on the right hand side of the vertical bar are factors or shingles,
and are used to parcel the
x values out to various panels.
OPTIONAL ARGUMENTS:
breaks
optional vector of the break points for the bars of the histogram
endpoints
The range of
x to be binned.
nint
optional recommendation for the number of classes
(i.e., bars) the histogram should have.
type
A character string describing the type of histogram plotted:
"percent", or
"count" .
VALUE:
an object of class
trellis,
which is automatically plotted by
print.trellis.