Description Usage Arguments Value See Also Examples
Baseline Correction
1 | bl(X, lambda = 1e+07, it_max = 30)
|
X |
The X matrix you wish to correct the baseline of |
lambda |
The smoothing parameter |
it_max |
The maximum iterations before bl stops |
A matrix containing spectra with corrected baselines
Other Data_Manipulation:
binin()
,
flip()
1 2 | path = system.file('extdata', package = 'unorm')
X_bl <- bl(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.