blc {MethodOpt} | R Documentation |
Baseline correction
Description
Generates the baseline of the spectra, interpolates between points, and subtracts from the intensity to generate corrected baseline.
Usage
blc(frame, noise = 10^5, subtract = NULL)
Arguments
frame |
data frame of time versus intensity. |
noise |
strength of the baseline subtraction. |
subtract |
how much intensity to initially subtract. |
Value
data frame of of data that has been baseline corrected
[Package MethodOpt version 1.0.0 Index]