Plots the eigen values of PCA
plotPCA_Eigen(res.pca)
res.pca
xxx
A histogram
Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) res.pca <- wrapper.pca(Exp1_R25_pept, ncp=6) plotPCA_Eigen(res.pca)