Skip to contents

The RamanAnalyses class is used to store a list of Raman spectra.

Usage

RamanAnalyses(files = NULL)

Arguments

files

A character vector with full file paths to "asc", "sif", "json", "wdf", "sdf", "csv" and/or "txt" raman files or a data.frame with colnames file, replicate and blank. 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.