fit_max_infl_lag: fit_max_infl_lag

View source: R/milags_functions.R

fit_max_infl_lagR 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


miLAG documentation built on April 3, 2025, 8:09 p.m.