Learn R Programming

NPMPM (version 1.0)

cfuinterpolation: interpolation method

Description

interpolation method - fits a function to the measured values of one experiment and calculates one value (decadic logarithm of cfu/ml) from this function default method cfuinterpolation uses ordinary linear regression method simpleinterpolation interpolates linearly between measurement points (interpolation by splines of order 2)

Usage

cfuinterpolation(psteptime, series, cfu_in) simpleinterpolation(psteptime, series, cfu_in)

Arguments

psteptime
duration of the process step
series
id of the series of measured values the function
cfu_in
initial bacterial concentration

Value

decadic logarithm of bacterial concentration (log10 cfu/ml)