Scaling | R Documentation |
Scale and center data.
Scaling(matrix, verbose = FALSE)
matrix |
Matrix to use. |
verbose |
Whether to display a process bar. Default is FALSE. |
Returns a scaled and centered data.
{ data.use <- matrix(runif(100), 10) scaled.data <- Scaling(data.use) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.