On this page
panel.dotplot
Default Panel Function for dotplot
Description
Default panel function for dotplot
.
Usage
panel.dotplot(x, y, horizontal = TRUE,
pch, col, lty, lwd,
col.line, levels.fos,
groups = NULL,
...,
identifier = "dotplot")
Arguments
x,y |
variables to be plotted in the panel. Typically y is the ‘factor’ |
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 |
pch, col, lty, lwd, col.line |
graphical parameters |
levels.fos |
locations where reference lines will be drawn |
groups |
grouping variable (affects graphical parameters) |
... |
extra parameters, passed to |
identifier |
A character string that is prepended to the names of grobs that are created by this panel function. |
Details
Creates (possibly grouped) Dotplot of x
against y
or vice versa
Author(s)
Deepayan Sarkar Deepayan.Sarkar@R-project.org
See Also
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.