equ10 {temperatureresponse} | R Documentation |
Equation 10
Description
Equation from Thomas et al. (2014)
Usage
equ10(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
## Not run:
output <- with(Emiliania_huxleyi, equ10(temp=temp, rate=rate))
## End(Not run)
[Package temperatureresponse version 0.2 Index]