plotPCA_Eigen_hc {DAPAR} | R Documentation |
Plots the eigen values of PCA with the highcharts library
plotPCA_Eigen_hc(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_hc(res.pca)