Learn R Programming

temperatureresponse (version 0.2)

equ8: 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

Run this code
# NOT RUN {
output <- with(Emiliania_huxleyi, equ8(temp=temp, rate=rate))
# }

Run the code above in your browser using DataLab