R/ExamineGen.R

Defines functions ExamineGen

Documented in ExamineGen

#' Examine a genotype biplot
#'
#' Ranking the environments based on the relative performance of any given cultivar
#' @param GGEModel An object of class \code{GGEModel} or \code{gge}
#' @param Gen genotype to examine. Must be a string which perfectly matches an genotype label
#' @param ... Other arguments sent to \code{\link[GGEBiplots]{GGEPlot}}
#' @keywords GGE
#' @export
#' @examples
#' data(Ontario)
#' GGE1<-GGEModel(Ontario)
#' ExamineGen(GGE1,"cas")
ExamineGen<-function(GGEModel,Gen,...){
  GGEPlot(GGEModel,type=3,selectedG=Gen,...)
}

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.