pca function of the mixOmics package.## S3 method for class 'default':
pca(X, ncomp = 2, center = TRUE, scale = FALSE,
max.iter = 500, tol = 1e-09,\dots)ncomp decides the number of components and associated
eigenvalues to display from the pcasvd algorithm and if the data has missing values,
ncomp gives the number of components to kX can be supplied.
The value is passed to scaFALSE for consistency with prcomp
function, but in general scaling is advisable. Alpca