View source: R/Baseline_Correction.R
Baseline_Correction | R Documentation |
A simple GUI to remove a baseline from spectra in a file.
Baseline_Correction(lefichier = NULL)
lefichier |
a filename to work on. |
The file format must conform to the one required by InSpectoR. See InSpectoR for details. The method to calculate the baseline is from the baseline package, namely the baseline function with method='modpolyfit'. A GUI helps the user to select parameters to perform the fit.
Baseline corrected spectra and baseline spectra are stored in files with the same name as the input file but with "Corrected" or "Baseline" keyword added.
dfile <- system.file("raman","Raman_I.txt",package="inspectrar") Baseline_Correction(dfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.