Rev 6573 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{preplot}\alias{preplot}\title{Pre-computations for a Plotting Objeect}\description{Compute an object to be used for plots relating to the given model object.}\usage{preplot(object, ...)}\arguments{\item{object}{a fitted model object.}\item{\dots}{additional arguments for specific methods.}}\details{Only the generic function is currently provided in base \R, but someadd-on packages have methods. Principally here for S compatibility.}\value{An object set up to make a plot that describes \code{object}.}\keyword{models}