The RamanAnalyses class is used to store a list of Raman spectra.
Arguments
- files
A
character
vector with full file paths to "asc", "sif", "json", "wdf", "sdf", "csv" and/or "txt" raman files or adata.frame
with colnamesfile
,replicate
andblank
. The "replicate" column is used to group the analyses and the "blank" column is used to identify the blank samples. The "file" column is the full to the raman files.
Slots
analyses
A
list
of Raman spectra.replicates
(getter and setter) A
character
vector with the names of the replicates.blanks
(getter and setter) A
character
vector with the names of the blanks.concentrations
(getter and setter) A
numeric
vector with the concentrations of each analysis.references
(getter and setter) A
character
vector with the names of the reference for each analysis.types
(getter) A
character
vector with the names of the types of each analysis.files
(getter) A
character
vector with the names of the files of each analysis.info
(getter) A
data.frame
with the information of each analysis.has_spectra
(getter) A
logical
value indicating if the object has spectra.Spectra
(getter and setter)
RamanSpectraResults
.