Scaling | R Documentation |
Scale and center data.
Scaling(mat, scale_max = 10)
mat |
Data matrix. |
scale_max |
Maximum cutoff for scaled data. Default is 10. |
Returns a scaled and centered data.
## Not run: scaled.data <- Scaling(data) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.