Description Usage Arguments Value Examples
preprocess raw growth-curve measures
1 2 3 |
y |
|
log_base |
|
runmed_k |
integer width of median window, must be odd. Passed to
|
runmav_n |
integer width of moving average filter. Defaults to 5. set to NA or FALSE to skip. |
force_inc |
force y to be monotonically increasing? |
bg_subtract |
numeric value to use for background substraction. Defaults
to |
calibrate_fxn |
function to calibrate y values. Usually for correcting for non-linear scattering at higher concentrations. Defaults to the identity function I, that simply returns y un-transformed (as is). |
numeric vector of pre-processed values.
1 2 3 | y <- c(1:10, 8,11)
preprocess(y)
preprocess(1:10, log_base = F, runmed_k = F, runmav_n = F, force_inc = F, bg_subtract = F, calibrate_fxn = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.