powered by
Equation 7 from Montagnes et al (2008) citing Schoolfield et al. (1981)
equ7(temp, rate, augment = F, return_fit = F)
temperature (in Celsius)
rate measurement
logical wether the dataset with fits should be returned instead of the parameter values
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
# NOT RUN { output <- with(Emiliania_huxleyi, equ7(temp=temp, rate=rate)) # }
Run the code above in your browser using DataLab