equ8 {temperatureresponse} | R Documentation |
Equation 8
Description
Equation in Li & Dickie (1987) citing Stoermer & Ladewski (1976): a*exp(-0.5*((temp-tref)/b)^2)
Usage
equ8(temp, rate, augment = F, plot_profile = F, return_fit = F)
Arguments
temp |
temperature (in celsius or Kelvin) |
rate |
rate measurement |
augment |
logical wether the dataset with fits should be returned instead of the parameter values |
plot_profile |
logical should the model fitting profile be plotted |
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, equ8(temp=temp, rate=rate))
[Package temperatureresponse version 0.2 Index]