plot.RGE {RGE} | R Documentation |
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 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 |
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
data(m1)
plot(m1)
[Package RGE version 1.0 Index]