SERS: A real SERS spectrum data set in

Description Usage Format Details References Examples

Description

This data contains the SERS spectra from two technical replicates.

Usage

1

Format

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.

Details

This data contains the SERS spectra from two technical replicates. Each replicate contains spectra with 500 frequency channels from 500 time points.

References

Wang et. al "A Statistical Approach of Background Removal and Spectrum Identification for SERS Data"

Examples

1
2
3
4
data(SERS)
x <- list()
x[[1]] <- SERS$R1
x[[2]] <- SERS$R2

sabarsi documentation built on Aug. 8, 2019, 5:02 p.m.