Description Usage Arguments Value Examples
View source: R/PROCESS-reduce_scans.R
Reduces the number of scans in the data frame
1 | reduceScans(spectra, scan_range)
|
spectra |
A dataframe of NMR data |
scan_range |
A vector of scans to include c(first, last) |
An idential data frame whose scans are limited to those in scan_range
1 | reduceScans(spectra, c(1, 50))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.