cfuinterpolation: interpolation method

Description Usage Arguments Value Author(s)

View source: R/cfuinterpolation.R

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

1
2
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)

Author(s)

Nadine Schoene


NPMPM documentation built on May 29, 2017, 11:48 a.m.