plot.BGLR: Plots for BGLR Analysis

View source: R/methods.R

plot.BGLRR Documentation

Plots for BGLR Analysis

Description

Plots observed vs predicted values for objects of class BGLR.

Usage

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

Arguments

x

An object of class BGLR.

...

Further arguments passed to or from other methods.

Author(s)

Gustavo de los Campos, Paulino Perez Rodriguez,

See Also

BGLR.

Examples


## Not run: 

setwd(tempdir())
library(BGLR)
data(wheat)
out=BLR(y=wheat.Y[,1],XL=wheat.X)
plot(out)


## End(Not run)


BGLR documentation built on Oct. 8, 2024, 9:07 a.m.

Related to plot.BGLR in BGLR...