CompareGens: Compare two genotypes biplot

View source: R/CompareGens.R

CompareGensR Documentation

Compare two genotypes biplot

Description

Compare the performance of two genotypes across all environments

Usage

CompareGens(GGEModel, G1, G2, ...)

Arguments

GGEModel

An object of class GGEModel or gge

G1

genotype to compare. Must be a string which matches a genotype label

G2

genotype to compare. Must be a string which matches a genotype label and not equal to G1

...

Other arguments sent to GGEPlot

Examples

data(Ontario)
GGE1<-GGEModel(Ontario)
CompareGens(GGE1,"cas","luc")

stats4sd/GGEBiplots documentation built on March 18, 2023, 7:54 p.m.