Learn R Programming

ChemoSpec (version 3.0-1)

CuticleIR: IR Spectra of Plant Cuticles by Genotype and Treatment

Description

IR spectra obtained by ATR sampling on leaves of Portulaca oleracea (common purslane). There are 157 spectra, divided into four groups from a G x E experiment. Two genotypes were studied, golden (G), and tall green (T). Two temperature regimes were employed, experimental (E, 35C) and control (C, 22C). Sample name GC10 means golden phenotype, control treatment, plant no. 10.

Usage

data(CuticleIR)

Arguments

format

List of 9 $ freq : num [1:1242] 501 503 505 507 509 ... $ data : num [1:157, 1:1242] 0.205 0.247 0.219 0.203 0.234 ... $ names : chr [1:157] "GC10" "GC11" "GC12" "GC14" ... $ groups : Factor w/ 4 levels "GC","GE","TC",..: 1 1 1 1 1 1 1 1 1 1 ... $ colors : chr [1:157] "dodgerblue4" "dodgerblue4" "dodgerblue4" "dodgerblue4" ... $ sym : num [1:157] 2 2 2 2 2 2 2 2 2 2 ... $ alt.sym: chr [1:157] "b" "b" "b" "b" ... $ unit : chr [1:2] "Wavenumbers" "Absorbance" $ desc : chr "Kelly's Complete IR Data Set, Summer 2009" - attr(*, "class")= chr "Spectra"

source

Data obtained by Kelly Summers at DePauw University, Summer 2009.

Details

Noisy regions at the extremes of the frequency range have been removed. The region from 1800 - 2500 wavenumbers was also removed as it is uninformative.

References

https://github.com/bryanhanson/ChemoSpec

Examples

Run this code
data(CuticleIR)
chkSpectra(CuticleIR)
sumSpectra(CuticleIR) # this also runs chkSpectra() before doing the summary

Run the code above in your browser using DataLab