equ12 {temperatureresponse} | R Documentation |
Equation 12
Description
Equation in Montagnes et al (2008) citing Flinn (1991)
Usage
equ12(temp, rate, augment = F, return_fit = F)
Arguments
temp |
temperature (in Celsius) |
rate |
rate measurement |
augment |
logical wether the dataset with fits should be returned instead of the parameter values |
return_fit |
logical wether the model fit object should be returned |
Value
depends on augment: if false, fitting parameters or fitted data
Examples
output <- with(Emiliania_huxleyi, equ12(temp=temp, rate=rate))
[Package temperatureresponse version 0.2 Index]