Learn R Programming

temperatureresponse (version 0.2)

equ4: Equation 4

Description

Equation 4 is model H in Li & Dickie (1987) citing Hinshelwood (1947)

Usage

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

a data frame of, depending on augment argument, if FALSE, parameters, if TRUE, data with predicted values

Examples

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

Run the code above in your browser using DataLab