Rev 5315 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{F_3_prepanel.functions}\alias{prepanel.lmline}\alias{prepanel.loess}\alias{prepanel.qqmathline}\title{ Useful Prepanel Function for Lattice}\description{These are predefined prepanel functions available in Lattice.}\usage{prepanel.lmline(x, y, \dots)prepanel.loess(x, y, span, degree, family, evaluation, \dots)prepanel.qqmathline(x, y = x, distribution = qnorm,probs = c(0.25, 0.75), qtype = 7,groups, subscripts,\dots)}\arguments{\item{x, y}{x and y values, numeric or factor}\item{distribution}{ quantile function for theoreticaldistribution. This is automatically passed in when this is used as aprepanel function in \code{qqmath}.}\item{qtype}{ type of \code{\link{quantile}}}\item{probs}{numeric vector of length two, representing probabilities. If usedwith \code{aspect="xy"}, the aspect ratio will be chosen to make theline passing through the corresponding quantile pairs as close to 45degrees as possible.}\item{span, degree, family, evaluation}{ arguments controlling theunderlying \code{\link{loess}} smooth }\item{groups, subscripts}{ See \code{\link{xyplot}}. Wheneverappropriate, calculations are done separately for each group andthen combined. }\item{\dots}{ other arguments }}\value{usually a list with components \code{xlim}, \code{ylim}, \code{dx} and\code{dy}, the first two being used to calculate panel axes limits,the last two for banking computations. The form of these componentsare described under \code{\link{xyplot}}. There are also severalprepanel functions that serve as the default for high level functions,see \code{\link{prepanel.default.xyplot}}}\seealso{\code{\link{trellis.par.get}}, \code{\link{xyplot}},\code{\link{banking}}, \code{\link{Lattice}}. See\code{\link{loess.smooth}} for further options to\code{prepanel.loess}}\author{ Deepayan Sarkar \email{Deepayan.Sarkar@R-project.org}}\keyword{dplot}