equ16: Equation 16

Description Usage Arguments Value Examples

View source: R/equ16.R

Description

Equation from "A Key Marine Diazotroph in a Changing Ocean: The Interacting Effects of Temperature, CO2 and Light on the Growth of Trichodesmium erythraeum IMS101". Challenging to fit to many datasets. Does not fit to example dataset.

Usage

1
equ16(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, equ16(temp=temp, rate=rate))

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