powered by
## S3 method for class 'BGLR': plot(x, ...)
BGLR
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