powered by
Equation in Li & Dickie (1987) citing Stoermer & Ladewski (1976): a*exp(-0.5*((temp-tref)/b)^2)
equ8(temp, rate, augment = F, plot_profile = F, return_fit = F)
temperature (in celsius or Kelvin)
rate measurement
logical wether the dataset with fits should be returned instead of the parameter values
logical should the model fitting profile be plotted
logical wether the model fit object should be returned
depends on augment: if false, fitting parameters or fitted data
# NOT RUN { output <- with(Emiliania_huxleyi, equ8(temp=temp, rate=rate)) # }
Run the code above in your browser using DataLab