Description Usage Arguments Value Examples
Creation of plotly figure of subset of representative spectra of the dataset. The plot generated helps to determine the best parameters for quantification (e.g. number of signals to fit, chemical $chemical_shift tolerance...).
1 | exemplars_plot(imported_data)
|
imported_data |
List with typical elements necessary to perform quantification of ROIs. |
Plotly figure with subset of spectra that represent different kinds of spectra that can be found on the dataset depending on chemical shift, half bandwidth, etc.
1 2 3 | setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
imported_data=import_data("Parameters_MTBLS242_15spectra_5groups.csv")
plot=exemplars_plot(imported_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.