R/DiscRep.R

Defines functions DiscRep

Documented in DiscRep

#' Discrimination vs. representativeness biplot
#'
#' Evaluating the environments based on both discriminating ability and representativeness
#' @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)
#' DiscRep(GGE1)
DiscRep<-function(GGEModel,...){
  GGEPlot(GGEModel,type=7,...)
}

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.