View source: R/milags_functions.R
fit_max_infl_lag | R Documentation |
Fits the lag to multiple growth curves based on the max growth acceleration method It finds where the second derivative is the largest
fit_max_infl_lag(data)
data |
a data frame with two required columns names: "time" and "biomass",and one optional column: "curve_id" This is data from may come from multiple growth curves |
growth curve data (as input) together with additional columns: lag, log.biomass, time.diff, time.av, second.deriv.b, biomass.increase
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.