Description Usage Arguments Examples
View source: R/backgroundCorrection.R
This function subtracts the background based on a linear or exponential fit.
1 | background.correction(d, is.bg, exp = FALSE)
|
d |
Vector of data. |
is.bg |
Vector of same length as d with boolean entries. |
exp |
boolean weather to use an exponential model istead of a linear model. Default is FALSE. |
1 | background.correction(d = data, is.bg = bg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.