Last data update: 2014.03.03

R: HLPC-DAD data for grape extracts conserved with TEA
teaR Documentation

HLPC-DAD data for grape extracts conserved with TEA

Description

Five (very much compressed) HPLC-DAD data matrices of grape extracts after several storage times. All extracts come from the same pooled sample. Since the raw data are given (no smoothing or baseline subtraction has been done, only subsetting of the time and wavelength axes), the object is called tea.raw.

Usage

data(tea)

Format

The UV-Vis data (tea.raw) are given as a list of five matrices, each of dimension 97 times 209 (time x wavelength). The names of the list indicate the day of measurement - day 0 is represented by two measurements.

Source

Provided by Elisabete Carvalho.

References

This is part of the data that have been used in: R. Wehrens, E. Carvalho, D. Masuero, A. de Juan and S. Martens: High-throughput carotenoid profiling using multivariate curve resolution. Anal. Bioanal. Chem. 15:5057-5086 (2013)

Examples

data(tea)
tpoints <- as.numeric(rownames(tea.raw[[1]]))
lambdas <- as.numeric(colnames(tea.raw[[1]]))
contour(tpoints, lambdas, tea.raw[[1]], col = terrain.colors(15),
        xlab = "Retention time (min.)", ylab = "Wavelength (nm)")

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(alsace)
Loading required package: ALS
Loading required package: nnls
Loading required package: Iso
Iso 0.0-17
Loading required package: ptw
> png(filename="/home/ddbj/snapshot/RGM3/R_BC/result/alsace/tea.Rd_%03d_medium.png", width=480, height=480)
> ### Name: tea
> ### Title: HLPC-DAD data for grape extracts conserved with TEA
> ### Aliases: tea tea.raw
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(tea)
> tpoints <- as.numeric(rownames(tea.raw[[1]]))
> lambdas <- as.numeric(colnames(tea.raw[[1]]))
> contour(tpoints, lambdas, tea.raw[[1]], col = terrain.colors(15),
+         xlab = "Retention time (min.)", ylab = "Wavelength (nm)")
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>