Description Usage Arguments Value Examples
STOCSY or RANSY identification tool.
1 | identification_tool(dataset, ppm, driver_peak_edges, method)
|
dataset |
Dataset |
ppm |
ppm axis |
driver_peak_edges |
Left and right edges of the driver peak to correlate with the rest of spectrum. |
method |
Method ('pearson','spearman','ransy'). |
interactive plot
1 2 3 | setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
imported_data=import_data("Parameters_MTBLS242_15spectra_5groups.csv")
identification_tool(imported_data$dataset,imported_data$ppm,c(1,0.995),'spearman')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.