Learn R Programming

plantphysioR (version 1.0.0)

st_index: Calculate Stress tolerance index (STI) suggested by Fernandez (1992)

Description

The genotype with high STI values will be tolerant to drought

Usage

st_index(Yp, Ys)

Value

STI

Arguments

Yp

Yield under control condition

Ys

Yield under stress condition

References

Fernandez, G. C. (1993). Effective selection criteria for assessing plant stress tolerance.

Examples

Run this code
st_index(500, 350)

Run the code above in your browser using DataLab