median_plot: Creation of plotly figure with the median spectrum for each...

Description Usage Arguments Value Examples

Description

Creation of plotly figure with the median spectrum for each group of spectra

Usage

1
median_plot(imported_data)

Arguments

imported_data

List with typical elements necessary to perform quantification of ROIs.

Value

Plotly figure with the median spectrum for each group of spectra

Examples

1
2
3
setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
imported_data=import_data("Parameters_MTBLS242_15spectra_5groups.csv")
median_plot=median_plot(imported_data)

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