plotPCA_Eigen_hc | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.