Description Usage Arguments Details Value Author(s) References See Also Examples
Fits a thermal performance curve to data such as the following equation :
1 |
a |
scaling parameter for the curve. |
Topt |
controls the position of where the quadratic portion reaches its maximum. So in essence z is the Topt. |
w |
the breadth of thermal performance curve, the range over which the dependent variable is postive |
temp |
temperature, can be in degrees centigrade or Kelvin |
g(T) = a*[1 - ((Topt-T)/(w/2))^2]
where a is a scaling coefficient, Topt is the optimum temperature and w is the range of temperatures over which the rate is positive.
Tmin and Tmax can be calculated by subtracting or adding w/2 to Topt
respectively. See Thomas.Tmax
and Thomas.Tmin
.
Rates need to be in raw form not logged as its important that negative rates are actually negative rates to be able to correctly calculate w
returns the biological rate at a given temperature depending on the parameters controlling the model.
Daniel Padfield
Thomas, M.K., Kremer, C.T., Klausmeier, C. a & Litchman, E. (2012) A global pattern of thermal adaptation in marine phytoplankton. Science, 338, 1085–8.
Thomas, M.K., Kremer, C.T. & Litchman, E. (2015) Environment and evolutionary history determine the global biogeography of phytoplankton temperature traits. Global Ecology and Biogeography, 25, 75-86.
schoolfield.high
and schoolfield
for
fitting alternative thermal response curves.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.