panel.stripplot {lattice}R Documentation

Default Panel Function for stripplot

Description

This is the default panel function for stripplot. Also see panel.superpose

Usage

panel.stripplot(x, y, jitter.data = F, factor, pch, col, ...)

Arguments

x,y coordinates of points to be plotted
jitter.data whether points should be jittered to avoid overplotting.
factor factor by which to jitter
pch, col graphical parameters can be supplied.
... other arguments

Details

Creates stripplot (one dimensional scatterplot) of x for each level of y

Author(s)

Deepayan Sarkar deepayan@stat.wisc.edu

See Also

stripplot


[Package Contents]