Met.PCA {Metabonomic} | R Documentation |
Principal Components Analysis
Met.PCA(datos)
datos |
Spectra data frame |
Principal components analysis (PCA) is one of the most common exploratory steps for multivariate data analysis. The most important use of PCA is indeed to represent a multivariate data in a low-dimensional space. The first principal component represents the direction of largest variation in the swarm of points. The second principal component corresponds with the second largest variation, and so on. The ''Metabonomic'' GUI incorporates a PCA graphical application (Metabonomic Analysis / PCA) to guide the users in the performance of PCA, allowing the selection of the algorithm parameters. In addition, interactive graphics have been developed to change the component showed, graphical parameters, etc. The Principal Components algorithm used is based on the ''prcomp'' function from the stats library. Launched with the GUI. Beta version.
Jose L. Izquierdo izquierdo@ieb.ucm.es
stats package http://finzi.psych.upenn.edu/R/library/stats/html/prcomp.html