Calculates the GGE model where presented with a two way table of means with
genotypes in rows, where genotype names are set as row names, and
environments in columns, where environment names are set as column names.
This function serves as a command line interface to the internal code
contained within the archived package 'GGEBiplotGUI'. For dealing with
missing data then a better implementation is available through
gge
.
GGEModel(Data, centering = "tester", scaling = "none", SVP = "column")
a data frame or matrix containing genotype by environment means with the genotypes in rows and the environments in columns. row names and column names should be set to indicate the genotype names and environment names.
centering method. Either "tester" for tester centered
(G+GE), "global" for global centered (E+G+GE), "double" for double centred
(GE) or "none" for no centering. Models produced without centering cannot
be used in the GGEPlot
function.
scaling method. Either "sd" for standard deviation or "none" for no scaling.
method for singular value partitioning. Either "row","column","dual" or "symmetrical".
A list of class GGEModel
containing:
plotting coordinates for genotypes from all components
plotting coordinates for environments from all components
vector of eigenvalues from each component
overall variance
percentage of variance explained by each component
genotype names
environment names
axis labels
scaled and centered input data
name of centering method
name of scaling method
name of SVP method
Yan W, Kang M (2003). GGE Biplot Analysis: A Graphical Tool for Breeders, Geneticists, and Agronomists. CRC Press.
Yan W, Kang M (2002). Singular-Value Partitioning in Biplot Analysis of Multienvironment Trial Data. Agronomy Journal, 94, 990-996. 10.2134/agronj2002.0990
# NOT RUN {
data(Ontario)
GGE1<-GGEModel(Ontario)
GGEPlot(GGE1)
# }
Run the code above in your browser using DataLab