Last data update: 2014.03.03

R: GGEBiplotGUI: Interactive GGE Biplots in R
GGEBiplotR Documentation

GGEBiplotGUI: Interactive GGE Biplots in R

Description

The GGEBiplotGUI package provides a graphical user interface for the construction of, interaction with, and manipulation of GGE biplots in R. Some of the functions of the package are: (i) ranking the cultivars based on their performance in any given environment, (ii) ranking the environments based on the relative performance of any given cultivar, (iii) comparing the performance of any pair of cultivars in diferent environments, (iv) identifying the best cultivar in each environment, (v) grouping the environments based on the best cultivars, (vi) evaluating the cultivars based on both average yield and stability and (vii) evaluating the environments based on both discriminating ability and representativeness. Three-dimensional biplots are incorporated via the rgl package.

Usage

GGEBiplot(Data)

Arguments

Data

A data frame or matrix

Author(s)

Elisa Frutos Bernal <efb@usal.es> Purificacion Galindo Villardon <pgalindo.es>

References

Gabriel, K. R. (1971) “The biplot graphical display of matrices with application to principal component analysis.” Biometrika, 58, 453-467. Galindo, M. P. (1986) “Una alternativa de representacion simultanea: HJ-Biplot.” Questiio, 10(1), 13-23. Yan W, Hunt LA, Sheng Q, Szlavnics Z (2000). “Cultivar evaluation and mega-environment investigation based on GGE biplot.” Crop Sci, 40, 597-605. Yan W, Kang M (2003). “GGE Biplot Analysis: A Graphical Tool for Breeders, Geneticists, and Agronomists.” CRC Press, Boca Raton, FL, USA.

Examples

data(Ontario)
GGEBiplot(Data = Ontario)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(GGEBiplotGUI)
Error in library(GGEBiplotGUI) : 
  there is no package called 'GGEBiplotGUI'
Execution halted