fit_max_infl_lag {miLAG} | 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