panel.dotplot {lattice} | R Documentation |
This is the default panel function for dotplot
.
panel.dotplot(x, y, horizontal, ...)
x,y |
coordinates of points to plot |
horizontal |
logical. If FALSE, the plot is `transposed' in the
sense that the behaviours of x and y are switched. x is now
the `factor'. Interpretation of other arguments change
accordingly. See documentation of bwplot for a fuller
explanation.
|
... |
graphical parameters can be supplied |
Creates Dotplot of x
against y
Deepayan Sarkar deepayan@stat.wisc.edu