Learn R Programming

mrfDepth (version 1.0.17)

octane: Near infrared spectra of gasoline samples

Description

Near infrared absorbance spectra (NIR) of 39 gasoline samples over 226 wavelengths ranging from 1102nm to 1552nm with measurements every two nanometers. Six of the samples (25, 26, 36-39) contain added alcohol.

Usage

data(octane)

Arguments

Format

A three-dimensional \(t = 226\) by \(n = 39\) by \(p = 1\) array.

References

Hubert M., Rousseeuw P.J., Vanden Branden K. (2005). ROBPCA: a new approach to robust principal component analysis. Technometrics, 47, 64--79.

Examples

Run this code
data(octane)
matplot(octane[,1:30,1], type = "l", lty = 1, col = "black")

Run the code above in your browser using DataLab