View source: R/10_S7_DecompositionParameters.R
setup_PCA | R Documentation |
Setup PCA parameters.
setup_PCA(k = 3L, center = TRUE, scale = TRUE, tol = NULL)
k |
Integer: Number of components. (passed to |
center |
Logical: If TRUE, center the data. |
scale |
Logical: If TRUE, scale the data. |
tol |
Numeric: Tolerance. |
PCAParameters object.
EDG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.