Description Usage Arguments Value
Principal Component Analysis via Singular Value Decomposition
1 2 |
x |
matrix with variables in rows. |
center |
center data? |
log_transform |
log transform input data? Default FALSE. |
keep |
number of axes to keep (default NULL, keep all axes). |
robust |
use robust estimators of center and/or scale? (median and mad, respectively). Default FALSE. |
delta |
value to add to counts to avoid zero counts in log computation |
level2 |
scale data? |
a list with two elements: pc (the singular vectors) and sv (the singular values)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.