F_1_panel.dotplot | R Documentation |
Default panel function for dotplot
.
panel.dotplot(x, y, horizontal = TRUE,
pch, col, lty, lwd, col.line,
levels.fos,
groups = NULL,
...,
grid = lattice.getOption("default.args")$grid,
identifier = "dotplot")
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 |
grid |
A logical flag, or list specifying whether and how a background grid
should be drawn. In its general form |
identifier |
A character string that is prepended to the names of grobs that are created by this panel function. |
Creates (possibly grouped) Dotplot of x
against y
or
vice versa
Deepayan Sarkar Deepayan.Sarkar@R-project.org
dotplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.