equ15 | R Documentation |
New equation (based on sine)
equ15(temp, rate, augment = F, return_fit = F)
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 |
a data frame of, depending on augment argument, if FALSE, parameters, if TRUE, data with predicted values
output <- with(Emiliania_huxleyi, equ15(temp=temp, rate=rate))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.