Learn R Programming

GGEBiplots (version 0.1.3)

CompareGens: 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

Run this code
# NOT RUN {
data(Ontario)
GGE1<-GGEModel(Ontario)
CompareGens(GGE1,"cas","luc")
# }

Run the code above in your browser using DataLab