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,...)
}

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.