plot.BME: plot.BME

Description Usage Arguments

View source: R/utils.R

Description

Simple scatter plot comparing the observed values against the predicted values.

Usage

1
2
## S3 method for class 'BME'
plot(x, trait = "", ...)

Arguments

x

an BME object for which the plot of model is meaningful.

trait

string Name of the trait to plot.

...

Further arguments passed to or from other methods.


BMTME documentation built on Aug. 27, 2020, 1:08 a.m.

Related to plot.BME in BMTME...