Learn R Programming

plantphysioR (version 1.0.0)

ATI: Abiotic Tolerance Index (ATI)

Description

Calculate abiotic tolerance index according to Moosavi et al. (2008)

Usage

ATI(Yp, Ys, Mp, Ms)

Value

ATI

Arguments

Yp

Yield under control condition

Ys

Yield under Stress condition

Mp

Mean yield of all the genotypes under stress condition

Ms

Mean yield of all the genotypes under control condition

References

Moosavi SS, Samadi YB, Naghavi MR, Zali AA, Dashti H, Pourshahbazi A (2008) Introduction of new indices to identify relative drought tolerance and resistance in wheat genotypes. Desert. 12: 165-178.

Examples

Run this code
ATI(500, 350, 400, 300)

Run the code above in your browser using DataLab