Description Usage Arguments Details Value Author(s) Examples
Plot the classic elbow plot, showing the percent variance explained by PCs.
1 2 3 4 5 6 7 8 |
dat |
a data matrix with |
center.dat |
a logical specifying to center the data. By default, |
scale.dat |
a logical specifying to scale the data. By default, |
r |
the top |
pt.size |
the size of data points. |
title |
the title for the resulting plot. |
The input data is either centered and/or scaled.
SVD/PCA is computed and the percent variacnes explained by the top r
PCs are plotted.
If the denoising step is used, please input the denoised data.
pca.elbow
returns a ggplot2 object.
Neo Christopher Chung nchchung@gmail.com
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.