reduceScans: Reduces the number of scans in the data frame

Description Usage Arguments Value Examples

View source: R/PROCESS-reduce_scans.R

Description

Reduces the number of scans in the data frame

Usage

1
reduceScans(spectra, scan_range)

Arguments

spectra

A dataframe of NMR data

scan_range

A vector of scans to include c(first, last)

Value

An idential data frame whose scans are limited to those in scan_range

Examples

1
reduceScans(spectra, c(1, 50))

jmstrat/NMR.Utils documentation built on July 14, 2019, 11:35 p.m.