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

View source: R/plantphysioR.R

st_indexR Documentation

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)

Arguments

Yp

Yield under control condition

Ys

Yield under stress condition

Value

STI

References

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

Examples

st_index(500, 350)

plantphysioR documentation built on May 29, 2024, 1:31 a.m.