Equation 11
Equation in Montagnes et al. 2008
equ11(temp, rate, augment = F, return_fit = F)
temp
: temperature (in Celsius)rate
: rate measurementaugment
: logical wether the dataset with fits should be returned instead of the parameter valuesreturn_fit
: logical wether the model fit object should be returneddepends on augment: if false, fitting parameters or fitted data
## Not run: output <- with(Emiliania_huxleyi, equ11(temp=temp, rate=rate)) ## End(Not run)