mcr.voc | R Documentation |
mcr.voc is a large function to easily do an MCR analysis for the dataset. As output, you can retrieve figures and MCR results.
mcr.voc(
ncMCR = 3,
grp = NULL,
pk_sel = "all",
prefixe = NULL,
time_format = c("date", "time"),
Li = sp
)
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) |
return figures and results
# mcr.result <- mcr.voc(ncMCR = 3, grp = "modality")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.