equ6: Equation 6

View source: R/equ6.R

equ6R Documentation

Equation 6

Description

Equation 6

Usage

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

output <- with(Emiliania_huxleyi, equ6(temp=temp, rate=rate))


low-decarie/temperatureresponse documentation built on Feb. 7, 2025, 9:39 a.m.