abs_blcor | R Documentation |
Baseline correction for absorbance data
abs_blcor(abs_data, wlrange = c(680, 700))
abs_data |
data.frame containing samples in columns, the column containing wavelengths must be named "wavelength" |
wlrange |
range of wavelengths that should be used for correction, absorbance mean in that range is subtracted from each value (sample-wise) |
data.frame
data(absorbance)
abs_data_cor <- abs_blcor(absorbance)
abs_data_cor1 <- abs_blcor(absorbance[1:2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.