RankGen {GGEBiplots} | R Documentation |
Ranking genotypes with respect to the ideal genotype
Description
Ranking genotypes with respect to the ideal genotype
Usage
RankGen(GGEModel, axis_expand = 1.4, ...)
Arguments
GGEModel |
An object of class |
axis_expand |
multiplication factor to expand the axis limits by to enable fitting of labels. Defaults to 1.4 for genotype ranking plot as the circles usually extend beyond limits of the other biplot types. |
... |
Other arguments sent to |
Examples
data(Ontario)
GGE1<-GGEModel(Ontario)
RankGen(GGE1)
[Package GGEBiplots version 0.1.3 Index]