R/EnvRelationship.R

Defines functions EnvRelationship

Documented in EnvRelationship

#' Relationship between environments
#' @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)
#' EnvRelationship(GGE1)
EnvRelationship<-function(GGEModel,...){
  GGEPlot(GGEModel,type=4,...)
}
stats4sd/GGEBiplots documentation built on March 18, 2023, 7:54 p.m.