Description Usage Arguments Examples
Min-max scale matrix, such that all values v lie in [0;1]. If X is a numeric matrix, then min-max scale is: ( X - min(X) ) / ( max(X) - min(X) )
1 | mat_mima_scale(x, na_rm = FALSE)
|
x |
A numeric matrix |
na_rm |
Boolean: Should NAs be removed |
1 | mat_mima_scale(matrix(rnorm(180),nrow=9,ncol=20))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.