powered by
This data contains the SERS spectra from two technical replicates.
data(SERS)
An object containing the following variables:
R1
A data matrix of SERS spectra in replicate 1.
R2
A data matrix of SERS spectra in replicate 2.
This data contains the SERS spectra from two technical replicates. Each replicate contains spectra with 500 frequency channels from 500 time points.
Wang et. al "A Statistical Approach of Background Removal and Spectrum Identification for SERS Data"
# NOT RUN { data(SERS) x <- list() x[[1]] <- SERS$R1 x[[2]] <- SERS$R2 # }
Run the code above in your browser using DataLab