CompareGens: Compare two genotypes biplot

Description Usage Arguments Examples

View source: R/CompareGens.R

Description

Compare the performance of two genotypes across all environments

Usage

1

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

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

GGEBiplots documentation built on Feb. 9, 2022, 5:09 p.m.