View source: R/nmr_interpolate.R
nmr_interpolate_1D | R Documentation |
Interpolate a set of 1D NMR Spectra
nmr_interpolate_1D(samples, axis = c(min = 0.2, max = 10, by = 8e-04))
## S3 method for class 'nmr_dataset'
nmr_interpolate_1D(samples, axis = c(min = 0.2, max = 10, by = 8e-04))
samples |
An NMR dataset |
axis |
The ppm axis range and optionally the ppm step. Set it to |
Interpolate a set of 1D NMR Spectra
dir_to_demo_dataset <- system.file("dataset-demo", package = "AlpsNMR")
dataset <- nmr_read_samples_dir(dir_to_demo_dataset)
dataset_1D <- nmr_interpolate_1D(dataset, axis = c(min = -0.5, max = 10, by = 2.3E-4))
dir_to_demo_dataset <- system.file("dataset-demo", package = "AlpsNMR")
dataset <- nmr_read_samples_dir(dir_to_demo_dataset)
dataset_1D <- nmr_interpolate_1D(dataset, axis = c(min = -0.5, max = 10, by = 2.3E-4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.