mrfDepth (version 1.0.12)

glass: EXPMA spectra of glass samples

Description

The glass data set studied by Lemberge et al. (2000) consisting of 180 different 16-17th century archaeological glass samples.Electron Probe X-ray Microanalysis (EPXMA) intensities across \(750\) different wavelengths are recorded using a Jeol JSM 6300 scanning electron microscope equipped with an energy-dispersive Si(Li) X-ray detection system (SEM-EDX).

Usage

data("glass")

Arguments

Format

A three dimensional \(t = 750\) by \(n = 180\) by \(p = 1\) array.

References

Hubert M., Rousseeuw P. J., and Vanden Branden K. (2005). ROBPCA: A New Approach to Robust Principal Component Analysis, Technometrics, 47, 64--79.

Examples

Run this code
# NOT RUN {
  data(glass)
  matplot(glass[,,1], type="l", lty=1, col = "black")
# }

Run the code above in your browser using DataCamp Workspace