equ8: Equation 8

Description Usage Arguments Value Examples

View source: R/equ8.R

Description

Equation in Li & Dickie (1987) citing Stoermer & Ladewski (1976): a*exp(-0.5*((temp-tref)/b)^2)

Usage

1
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

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

low-decarie/temperatureresponse documentation built on May 29, 2019, 11:40 a.m.