Description Usage Arguments Details Value Author(s) Examples
For each column of a matrix, it substracts its minimum and divide by the length of its range
1  | minmax(mat)
 | 
mat | 
 A numeric matrix.  | 
An error is returned if there is at least one column whose values are all the same.
The normalized matrix, with a vector with ' column minimums and a vector with the column range lengths as attributes.
Guillermo Basulto-Elias
1 2 3 4 5 6 7 8 9 10 11 12 13 14  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.