CompareGens {GGEBiplots} | R 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 |
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 |
Examples
data(Ontario)
GGE1<-GGEModel(Ontario)
CompareGens(GGE1,"cas","luc")
[Package GGEBiplots version 0.1.3 Index]