plot.RGE: Plots for object obtained by RGE

Description Usage Arguments Value Author(s) See Also Examples

View source: R/methods.R

Description

This functions makes the plots of bayes estimate (mean) and the highest posterior density intervals at 95%, of predicted value of genotype, his stability variance, and his bayesian yield stability index.

Usage

1
2
3
4
5
6
7
## S3 method for class 'RGE'
plot(
    x,
    labelg = "Predicted value",
    labelsv = "Stability variance",
    labelby = "Bayesian yield stability index",
    margin = c(1, 0.8, 0, 0.8), ...)

Arguments

x

an object obtained by the function RGE "RGE"

labelg

Label to use in the plot of predicted value of genotype

labelsv

Label to use in the plot of stability variance

labelby

Label to use in the plot of bayesian yield stability index

margin

A numerical vector of the form c(bottom, left, top, right) which gives the margin size specified in inches.

...

Further arguments to be passed

Value

Plot of the predicted values, stability variance and bayesian yield stability index

Author(s)

Jose Miguel Cotes Torres jmcotes@unal.edu.co

See Also

plot,plot.mcmc,par

Examples

1
2

RGE documentation built on Oct. 29, 2021, 1:07 a.m.