fit_max_infl_lag {miLAG} | R Documentation |
fit_max_infl_lag
Description
Fits the lag to multiple growth curves based on the max growth acceleration method It finds where the second derivative is the largest
Usage
fit_max_infl_lag(data)
Arguments
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 |
Value
growth curve data (as input) together with additional columns: lag, log.biomass, time.diff, time.av, second.deriv.b, biomass.increase
[Package miLAG version 1.0.2 Index]