BGLR (version 1.0.8)

plot.BGLR: Plots for BGLR Analysis

Description

Plots observed vs predicted values for objects of class BGLR.

Usage

# S3 method for BGLR
plot(x, ...)

Arguments

x

An object of class BGLR.

...

Further arguments passed to or from other methods.

See Also

BGLR.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
setwd(tempdir())
library(BGLR)
data(wheat)
out=BLR(y=wheat.Y[,1],XL=wheat.X)
plot(out)

# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace