identification_tool: STOCSY or RANSY identification tool.

Description Usage Arguments Value Examples

Description

STOCSY or RANSY identification tool.

Usage

1
identification_tool(dataset, ppm, driver_peak_edges, method)

Arguments

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').

Value

interactive plot

Examples

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')

danielcanueto/Dolphin documentation built on May 14, 2019, 3:51 p.m.