Skip to contents

Deletes a section of the spectra based on a minimum and maximum scan number. Note that both values are should be positive and represent the scan unit (e.g., retention time) and not the scan number.

Usage

RamanMethod_DeleteScansSection_native(min = 0, max = 0)

Arguments

min

Numeric vector (length 1) with the minimum scan value to delete.

max

Numeric vector (length 1) with the maximum scan value to delete.

Value

A RamanMethod_DeleteScansSection_native object.