regions_from_peak_table {AlpsNMR} | R Documentation |
Build list of regions for peak integration
regions_from_peak_table(peak_pos_ppm, peak_width_ppm)
peak_pos_ppm |
The peak positions, in ppm |
peak_width_ppm |
The peak widths (or a single peak width for all peaks) |
A list of regions suitable for nmr_integrate_regions
Other peak detection functions:
Pipelines
,
nmr_baseline_threshold()
,
nmr_identify_regions_blood()
,
nmr_identify_regions_cell()
,
nmr_identify_regions_urine()
,
nmr_integrate_regions()
,
validate_nmr_dataset_peak_table()