This function computes Yield Stability Index (YSI) using any traits (like yield) under stress and non-stress conditions. The lower values of YSI indicates greater tolerance. For more details see Bouslama and Schapaugh (1984) doi:10.2135/cropsci1984.0011183X002400050026x.
Usage
YSI(Gen, YN, YS)
Value
A data frame with columns Gen, YSI.
$$YSI = \frac{YS}{YN}$$
Arguments
Gen
Character vector of genotype identifiers.
YN
Numeric vector: yield (any trait) under non-stress (normal) environment.
YS
Numeric vector: yield (any trait) under stress environment.