Plots for BGLR Analysis
Plots observed vs predicted values for objects of class BGLR.
## S3 method for class 'BGLR' plot(x, ...)
x |
An object of class |
... |
Further arguments passed to or from other methods. |
Gustavo de los Campos, Paulino Perez Rodriguez,
BGLR
.
## Not run: setwd(tempdir()) library(BGLR) data(wheat) out=BLR(y=wheat.Y[,1],XL=wheat.X) plot(out) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.