Learn R Programming

growR (version 1.3.0)

fW: Water stress

Description

Threshold function representing growth limitation due to water stress.

Usage

fW(W, PET)

Value

A value in the range (0, 1), acting as a multiplicative factor to plant growth.

Arguments

W

Water stress given as the ratio of water reserves to water holding capacity.

PET

Potential evapotranspiration in mm per day.

Details

After equation (6) in McCall et al. (2003).#'

References

mccall2003PastureGrowthModelgrowR

Examples

Run this code
fW(0.5, 7)
fW(0.5, 5)
fW(0.5, 3)

Run the code above in your browser using DataLab