equ5: Equation 5

Description Usage Arguments Value Examples

Description

Equation 5 is model J from Li & Dickie (1987) citing Johnson et al. (1942) Does not currently work

Usage

1
equ5(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

1
output <- with(Emiliania_huxleyi, equ5(temp=temp, rate=rate))

temperatureresponse documentation built on May 2, 2019, 9:43 a.m.