plot.asreml {asreml} | R Documentation |
Four plots are generated: a histogram of the residuals, a Normal Q-Q plot, a plot of residuals against fitted values and a plot of residuals against unit number.
## S3 method for class 'asreml' plot(x, res = "default", spatial = "trend", facet = FALSE, ...)
x |
An |
res |
The type of residuals; see |
spatial |
If |
facet |
If |
... |
Additional arguments. |
If the residual structure of the model contains multiple sections,
the default plots are conditioned on the factor whose levels define
the sections. For multivariate analyses, the plots are conditioned
on trait
.
An invisible list of ggplot2
objects.