powered by
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.
# 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), ...)
an object obtained by the function RGE "RGE"
"RGE"
Label to use in the plot of predicted value of genotype
Label to use in the plot of stability variance
Label to use in the plot of bayesian yield stability index
A numerical vector of the form c(bottom, left, top, right) which gives the margin size specified in inches.
Further arguments to be passed
Plot of the predicted values, stability variance and bayesian yield stability index
plot,plot.mcmc,par
plot
plot.mcmc
par
# NOT RUN { data(m1) plot(m1) # }
Run the code above in your browser using DataLab