TPC {TrenchR} | R Documentation |
Gaussian-Quadratic Function Thermal Performance Curve
Description
The function constructs a thermal performance curve by combining as a Gaussian function to describe the rise in performance up to the optimal temperature and a quadratic decline to zero performance at critical thermal maxima and higher temperatures (Deutsch et al. 2008).
Usage
TPC(T_b, T_opt, CT_min, CT_max)
Arguments
T_b |
|
T_opt |
|
CT_min , CT_max |
|
Value
performance
References
Deutsch CA, Tewksbury JJ, Huey RB, Sheldon KS, Ghalambor CK, Haak DC, Martin PR (2008). “Impacts of climate warming on terrestrial ectotherms across latitude.” Proceedings of the National Academy of Science of the United States of America, 105, 6668-6672. doi: 10.1073/pnas.0709472105.
Examples
TPC(T_b = 0:60,
T_opt = 30,
CT_min = 10,
CT_max = 40)