Learn R Programming

sabarsi (version 0.1.0)

SERS: A real SERS spectrum data set in

Description

This data contains the SERS spectra from two technical replicates.

Usage

data(SERS)

Arguments

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

Run this code
# NOT RUN {
data(SERS)
x <- list()
x[[1]] <- SERS$R1
x[[2]] <- SERS$R2
# }

Run the code above in your browser using DataLab