mcr.voc: Perform an algorithm for separate source

mcr.vocR Documentation

Perform an algorithm for separate source

Description

mcr.voc is a large function to easily do an MCR analysis for the dataset. As output, you can retrieve figures and MCR results.

Usage

mcr.voc(
  ncMCR = 3,
  grp = NULL,
  pk_sel = "all",
  prefixe = NULL,
  time_format = c("date", "time"),
  Li = sp
)

Arguments

ncMCR

integer; number of componant of MCR

grp

a character string of the group 's column name

pk_sel

a vector of selected peaks, or "all"

prefixe

a character vector for add informations to the figures

time_format

a charater string "date" or "time"

Li

the list with spectra (sp)

Value

return figures and results

Examples

# mcr.result <- mcr.voc(ncMCR = 3, grp = "modality")

JHuguenin/provoc documentation built on Jan. 29, 2024, 12:39 a.m.