powered by
Plots observed vs predicted values for objects of class BGLR.
# S3 method for BGLR plot(x, ...)
An object of class BGLR.
BGLR
Further arguments passed to or from other methods.
Gustavo de los Campos, Paulino Perez Rodriguez,
BGLR.
if (FALSE) { setwd(tempdir()) library(BGLR) data(wheat) out=BLR(y=wheat.Y[,1],XL=wheat.X) plot(out) }
Run the code above in your browser using DataLab