Function for plotting a heatmap of the correlation matrix for objects of class varCov.
See also
Other varCov:
fitted.varCov()
,
gxeVarCov()
,
report.varCov()
,
residuals.varCov()
Examples
# \donttest{
if (requireNamespace("asreml", quietly = TRUE)) {
## Select the best variance-covariance model using asreml for modeling.
geVarCov <- gxeVarCov(TD = TDMaize, trait = "yld", engine = "asreml")
## Create a heatmap of the correlation matrix for the best model.
plot(geVarCov)
}
# }