RamanSettings_DeleteSpectraSection_StreamFind
Source:R/class_RamanSettings_DeleteSpectraSection.R
RamanSettings_DeleteSpectraSection_StreamFind.Rd
Deletes a section of the spectra between shift and/or rt minimum and maximum values.
Usage
RamanSettings_DeleteSpectraSection_StreamFind(
shiftmin = NULL,
shiftmax = NULL,
rtmin = NULL,
rtmax = NULL
)
Arguments
- shiftmin
Numeric vector (length 1) with the minimum shift value to delete.
- shiftmax
Numeric vector (length 1) with the maximum shift value to delete.
- rtmin
Numeric vector (length 1) with the minimum retention time value to delete.
- rtmax
Numeric vector (length 1) with the maximum retention time value to delete.