TPC_beta {TrenchR} | R Documentation |
Beta Function Thermal Performance Curve
Description
The function constructs a thermal performance curve based on a beta function (Asbury and Angilletta 2010).
Usage
TPC_beta(T_b, shift = -1, breadth = 0.1, aran = 0, tolerance = 43, skew = 0.7)
Arguments
T_b |
|
shift |
|
breadth |
|
aran |
|
tolerance |
|
skew |
|
Value
numeric
performance.
References
Asbury DA, Angilletta MJ (2010). “Thermodynamic effects on the evolution of performance curves.” American Naturalist, 176(2), E40-E49. doi: 10.1086/653659.
Examples
TPC_beta(T_b = 0:60,
shift = -1,
breadth = 0.1,
aran = 0,
tolerance = 43,
skew = 0.7)
[Package TrenchR version 1.1.1 Index]