A utility function which looks for gr.crit
in the file names of .csv
files and assigns group membership (max 8 groups automatically). Also assigns a color, a symbol and an
alternate symbol to each group. Warnings are given if there are file names
that don't match entries in gr.crit
or there are entries in
gr.crit
that don't match any file names. An internal function, not
generally called by the user.
groupNcolor(spectra, gr.crit = NULL, gr.cols = c("auto"))
An object of S3 class Spectra
. Until this
function acts on spectra
it is not quite complete.
As per files2SpectraObject
.
As per files2SpectraObject
.
A complete object of S3 class Spectra
. This
function is the last internal step in creating a Spectra
object.
Until this function has done its job, an object of class
Spectra
will not pass checks as the assembly is not complete
(see chkSpectra
).
files2SpectraObject
for details;
sumGroups
to see the outcome.