| Line 32... |
Line 32... |
| 32 |
\code{subset}. If the formula in \code{plot.formula} contains more
|
32 |
\code{subset}. If the formula in \code{plot.formula} contains more
|
| 33 |
than one non-response term, a series of plots of y against each term
|
33 |
than one non-response term, a series of plots of y against each term
|
| 34 |
is given. A plot against the running index can be specified as
|
34 |
is given. A plot against the running index can be specified as
|
| 35 |
\code{plot(y~1)}.
|
35 |
\code{plot(y~1)}.
|
| 36 |
|
36 |
|
| 37 |
If \code{y} is an object (ie. has a \code{\link{class}} attribute)
|
37 |
If \code{y} is an object (ie. has a \code{\link[base]{class}} attribute)
|
| 38 |
then \code{plot.formula} looks for a plot method for that class first.
|
38 |
then \code{plot.formula} looks for a plot method for that class first.
|
| 39 |
}
|
39 |
}
|
| 40 |
\value{
|
40 |
\value{
|
| 41 |
These functions are invoked for their side effect of drawing
|
41 |
These functions are invoked for their side effect of drawing
|
| 42 |
in the active graphics device.
|
42 |
in the active graphics device.
|