Description Usage Arguments Examples
Compare the performance of two genotypes across all environments
1 | CompareGens(GGEModel, G1, G2, ...)
|
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 |
1 2 3 | data(Ontario)
GGE1<-GGEModel(Ontario)
CompareGens(GGE1,"cas","luc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.