Description Usage Arguments Value Note Author(s) See Also
Principal Components analysis via singular value decomposition.
1 |
Y |
Data Matrix |
scale |
Scale columns to unit variance. |
Function returns an object from svd
with items:
d |
Singular values which are the square roots of eigenvalues. |
u |
Orthonormal row scores. |
v |
Orthonormal column scores. |
Functions prcomp
and rda
(package vegan) use a similar algorithm.
Jari Oksanen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.