| ir_bc_polynomial | R Documentation | 
ir_bc_polynomial performs baseline correction for infrared
spectra using a polynomial.
ir_bc_polynomial is an extended wrapper function
for ChemoSpec::baselineSpectra().
ir_bc_polynomial(x, degree = 2, return_bl = FALSE, ...)
| x | An object of class  | 
| degree | An integer value representing the degree of the polynomial used for baseline correction. | 
| return_bl | A logical value indicating if for each spectrum the baseline
should be returned instead of the corrected intensity values
( | 
| ... | Ignored. | 
An object of class ir with the baseline corrected spectra if
returnbl = FALSE or the baselines if returnbl = TRUE.
ir_bc()
if(! requireNamespace("ChemoSpec", quietly = TRUE)) {
  x2 <-
     ir::ir_sample_data |>
     ir::ir_bc_polynomial(degree = 2, return_bl = FALSE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.