Learn R Programming

RGE (version 1.0)

plot.RGE: Plots for object obtained by RGE

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

# S3 method for 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

See Also

plot,plot.mcmc,par

Examples

Run this code
# NOT RUN {
  data(m1)
  plot(m1)
# }

Run the code above in your browser using DataLab