The R Project SVN R

Rev

Rev 6573 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6573 Rev 24700
Line 3... Line 3...
3
\title{Pre-computations for a Plotting Objeect}
3
\title{Pre-computations for a Plotting Objeect}
4
\description{
4
\description{
5
    Compute an object to be used for plots relating to the given model object.
5
    Compute an object to be used for plots relating to the given model object.
6
}
6
}
7
\usage{
7
\usage{
8
preplot(object, ...)
8
preplot(object, \dots)
9
}
9
}
10
\arguments{
10
\arguments{
11
 \item{object}{a fitted model object.}
11
 \item{object}{a fitted model object.}
12
 \item{\dots}{additional arguments for specific methods.}
12
 \item{\dots}{additional arguments for specific methods.}
13
}
13
}