Last chance! 50% off unlimited learning
Sale ends in
Baseline correction for absorbance data
abs_blcor(abs_data, wlrange = c(680, 700))
data.frame
data.frame containing samples in columns, the column containing wavelengths must be named "wavelength"
range of wavelengths that should be used for correction, absorbance mean in that range is subtracted from each value (sample-wise)
data(absorbance)
abs_data_cor <- abs_blcor(absorbance)
abs_data_cor1 <- abs_blcor(absorbance[1:2])
Run the code above in your browser using DataLab