Skip to contents

function to get ppm range of your spectra, this is required for spectra alignment following deconvolution

Usage

get_ppm_range(spectrum_data)

Arguments

spectrum_data

Data frame generated from the function generate_lorentz_curves, contains results from the deconvolution of your spectra

Details

determines after deconvolution the signal with the highest and the signal with the lowest ppm value.

Examples

if (FALSE) {
ppm_range <- get_ppm_range(spectrum_data = spectrum_data)
}