tor_calculate_growth_params: Calculate growth parameters

Description Usage Arguments Value

Description

Calculate the generation time and growth rate in units of time and reciprocal time, respectively (same units as the denominator of the flow rate) as well as . The flow rate and volume must have the same mass units (e.g. g, kg, mL, or L). Calculates the standard errors as well if error estimates for flow rate and volume are provided.

Usage

1
2
tor_calculate_growth_params(flow_rate, volume, flow_rate_se = NA_real_,
  volume_se = NA_real_)

Arguments

flow_rate

the flow rate (mass/time)

volume

the reactor volume (mass)

flow_rate_se

the standard error of the flow rate (should be same units as flow_rate)

volume_se

the standard error of the volume (same units as volume)

Value

a data frame with growth rate and its error as well as doubling time and its error


KopfLab/turnoveR documentation built on May 28, 2019, 3:33 p.m.