Rev 1741 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{F_1_panel.dotplot}\alias{panel.dotplot}\title{ Default Panel Function for dotplot}\description{Default panel function for \code{dotplot}.}\usage{panel.dotplot(x, y, horizontal = TRUE,pch, col, lty, lwd,col.line, levels.fos,groups = NULL,\dots)}\arguments{\item{x,y}{ variables to be plotted in the panel. Typically y is the\sQuote{factor} }\item{horizontal}{ logical. If FALSE, the plot is \sQuote{transposed}in the sense that the behaviours of x and y are switched. x is nowthe \sQuote{factor}. Interpretation of other arguments changeaccordingly. See documentation of \code{\link{bwplot}} for a fullerexplanation.}\item{pch, col, lty, lwd, col.line}{ graphical parameters}\item{levels.fos}{ locations where reference lines will be drawn }\item{groups}{ grouping variable (affects graphical parameters)}\item{\dots}{extra parameters, passed to \code{panel.xyplot} which is responsiblefor drawing the foreground points (\code{panel.dotplot} only drawsthe background reference lines).}}\details{Creates (possibly grouped) Dotplot of \code{x} against \code{y} orvice versa}\seealso{\code{\link{dotplot}}}\author{ Deepayan Sarkar \email{Deepayan.Sarkar@R-project.org}}\keyword{dplot}