plotPCA_Eigen | R Documentation |
Plots the eigen values of PCA
plotPCA_Eigen(res.pca)
res.pca |
xxx |
A histogram
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') res.pca <- wrapper.pca(Exp1_R25_pept, ncp=6) plotPCA_Eigen(res.pca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.