Learn R Programming

fb4package (version 2.0.0)

consumption_temp_eq2: Temperature function for consumption - Equation 2 (Low-level)

Description

Implements temperature equation 2 (Kitchell et al. 1977)

Usage

consumption_temp_eq2(temperature, CTM, CTO, CX, warn = TRUE)

Value

Temperature factor

Arguments

temperature

Water temperature (deg C)

CTM

Maximum temperature where consumption ceases

CTO

Laboratory optimum temperature

CX

Calculated parameter

warn

Logical, whether to issue warnings about calculations, default TRUE

Details

Special cases: - When temperature >= CTM: returns 0 (typically approximated by the upper incipient lethal temperature) - When V <= 0: returns 0 (mathematical fallback)