R/WhichWon.R

Defines functions WhichWon

Documented in WhichWon

#' Which Won Where/What Biplot
#'
#' Identifying the 'best' cultivar in each environment
#' @param GGEModel An object of class \code{GGEModel} or \code{gge}
#' @param ... Other arguments sent to \code{\link[GGEBiplots]{GGEPlot}}
#' @keywords GGE
#' @export
#' @examples
#' data(Ontario)
#' GGE1<-GGEModel(Ontario)
#' WhichWon(GGE1)
WhichWon<-function(GGEModel,...){
  GGEPlot(GGEModel,type=6,...)
}

Try the GGEBiplots package in your browser

Any scripts or data that you put into this service are public.

GGEBiplots documentation built on Feb. 9, 2022, 5:09 p.m.