Description Usage Arguments Details Value
View source: R/DMapProjection.R
Preprocessing
1 | preprocess(X0, scale = FALSE)
|
X0 |
The original sample matrix, m-by-n; can be a data.frame. |
scale |
A logical for whether the variables should be scaled. |
All PC coordinates are currently assumed to be non-degenerate. Further generalization is needed.
A list: pc, affine transformation to normalized principal component (PC) coordinates; H0, normalized sample matrix (zero-mean, unit-variance), m-by-n;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.