Learn R Programming

temperatureresponse (version 0.2)

equ11: Equation 11

Description

Equation in Montagnes et al. 2008

Usage

equ11(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

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

Run the code above in your browser using DataLab