plot_eval | R Documentation |
functions for cumulative eigenvalue and eigenvalue plots
plot_eval(eval, PCs)
eval |
vector of eigenvalues |
PCs |
number of Principle components to draw chart |
Byungju Kim (bjk@inu.ac.kr)
PCA<-prcomp(iris[,1:4]) plot_eval(PCA$sdev^2,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.