An R package for calculating the Constant Temperature Equivalent (CTE) for nest incubation data
This package provides a simple function (CTE) for calculating CTE based on the formulas developed in Georges A (1989) Female turtles from hot nests: is it duration of incubation or proportion of development at high temperatures that matters? Oecologia 81:323–328.
See the vignette for full details on the formulas and search algorithms.
Copy and paste the code below to install the package
install.packages("devtools") #Installs devtools (if not already installed)
devtools::install_github("donaldtmcknight/CTE") #Installs CTE
The pacakge includes a single function: CTE.
It requires three pieces of data:
You can optionally include t, a vlue between 0 and 2pi which sets the starting seed for the iterative calcuations, and max.it, which sets the maximum number of iterations the function will try (default is 10,000).
Example:
CTE(M=20, R = 6, T0=10)
Cite as: McKnight, D.T. 2026. CTE: Constant Temperature Equivalent. R package version 0.1.0