tr.asreml {asreml} | R Documentation |
Scatter plots of component value against iteration for each random component.
## S3 method for class 'asreml' tr(object, components = seq(4, nrow(object$trace)), iter = seq(1, ncol(object$trace)), ...)
object |
An |
components |
A numeric vector of row numbers of the |
iter |
A numeric vector of iteration numbers to include; default is all
columns of |
... |
Additional arguments. |
Values are extracted from the trace
matrix of an
asreml fitted object. The (first) three rows of this matrix
corresponding to LogLik
, Sigma2
and DF
,
respectively, are not plotted by default.
An invisible list of ggplot2
objects.