Learn R Programming

ChemoSpec (version 4.2.8)

r_pcaSpectra: Robust PCA of a Spectra Object

Description

A wrapper which carries out robust PCA analysis on a Spectra object. The data are row- and column-centered, and the user can select various options for scaling.

Usage

r_pcaSpectra(spectra, choice = "noscale")

Arguments

Value

An object of classes "conPCA" and "princomp" (see q2rPCA). It includes a list element called $method, a character string describing the pre-processing carried out and the type of PCA performed (it appears on plots which you might make).

Rdversion

1.1

References

K. Varmuza and P. Filzmoser Introduction to Multivariate Statistical Analysis in Chemometrics, CRC Press, 2009.

https://github.com/bryanhanson/ChemoSpec

See Also

See PCAgrid on which this function is based. For the classical version, see c_pcaSpectra.

For displaying the results, plotScree, plotScores, plotLoadings, plot2Loadings, sPlotSpectra, plotScores3D, plotScoresRGL.

Examples

Run this code
data(metMUD1)
results <- r_pcaSpectra(metMUD1)
plotScores(metMUD1, results, main = "metMUD1 NMR Data",
	pcs = c(1,2), ellipse = "cls", tol = 0.05)

Run the code above in your browser using DataLab