panel.stripplot(x, y, jitter.data=F, ...) panel.bd.stripplot(x, y, ..., subscripts, stripplot.data, text = !fill, fill = T, maxcount = max(c(0, bin$count)), mincount = 1, col.regions = trellis.par.get( "regions")$col, count.to.col, border = F)
panel.bd.stripplot
,
x
is unused.
panel.bd.stripplot
,
y
is unused.
jitter
is called to give some vertical displacement to the points, potentially
alleviating overplotting.
points
to draw the 1-dimensional
scatter plots.
By default,
the trellis parameter list
plot.symbol
will be used to control
character size (
cex
), plotting symbol (
pch
), font, and color (
col
).
x
and
y
observations originate.
stripplot
, as produced by the
stripplot
function.
TRUE
, print the count in each cell.
FALSE
, do not color in the hexagonal cells.
count.to.col
are subscripts into this list
of colors.
TRUE
, draws borders around each hexagonal cell.
panel.bd.stripplot
is available only when the Big Data library
is loaded.
stripplot(data=as.bdFrame(fuel.frame), Type~Disp., text=T) # print the counts in each bin