View source: R/residual.plots.lattice.R
print.latticeresids | R Documentation |
latticeresids
object.
Print a latticeresids
object.
## S3 method for class 'latticeresids'
print(x, ...,
A321.left=0, A321.bottom=0.27,
A4.left=0, A4.top=0.30,
position=list(
A321=c(A321.left, A321.bottom, 1, 1 ),
A4 =c(A4.left, 0, 1, A4.top)),
panel.width=NULL,
which=1:4)
x |
A |
A321.left , A321.bottom , A4.left , A4.top , position |
The first three rows are on the same |
panel.width |
the |
which |
Vector of row numbers which are to be printed. If not
all four printed, consider adjusting the |
... |
Other arguments for |
The four trellis objects, one for each type of plot, are printed as a single four-row lattice object.
Richard M. Heiberger <rmh@temple.edu>
residual.plots.lattice
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.