Description Usage Arguments Value Examples
Alignment of signals of the dataset through the CluPA algorithm provided by the speaq package.
| 1 | alignment(dataset, buck_step)
 | 
| dataset | The 1D NMR dataset where to align signals | 
| buck_step | The bucketing of the dataset (e.g. 0.001) | 
aligneddataset The dataset with the signals aligned
| 1 2 3 | setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
imported_data=import_data("Parameters_MTBLS242_15spectra_5groups.csv")
aligned_data=alignment(imported_data$dataset,imported_data$buck_step)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.