scale_func | R Documentation |
This function allow us to scale the variable within a dataframe or matrix for PCA.
scale_func(x)
x |
numeric variables used to determine principal components for subsequent PCA. |
The variable minus the mean of the variables, divided by standard deviation of variables.
scale_func(wbg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.