View source: R/nmr_detect_peaks_align.R
ppm_resolution | R Documentation |
A wrapper to unlist the output from the function
nmr_ppm_resolution(nmr_dataset)
when no interpolation has been applied.
ppm_resolution(nmr_dataset)
nmr_dataset |
An object containing NMR samples |
A number (the ppm resolution, measured in ppms)
Numeric (the ppm resolution, measured in ppms)
nmr_dataset <- nmr_dataset_load(system.file("extdata", "nmr_dataset.rds", package = "AlpsNMR"))
nmr_ppm_resolution(nmr_dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.