Learn R Programming

lattice (version 0.5-4)

panel.dotplot: Default Panel Functions for dotplot

Description

This is the default panel function for dotplot.

Usage

panel.dotplot(x, y, horizontal, ...)

Arguments

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 expla
...
graphical parameters can be supplied

synopsis

panel.dotplot(x, y, horizontal = TRUE, pch = dot.symbol$pch, col = dot.symbol$col, lty = dot.line$lty, lwd = dot.line$lwd, col.line = dot.line$col, levels.fos = NULL, ...)

Details

Creates Dotplot of x against y

See Also

dotplot