minMaxScale | R Documentation |
Scale the designated values between the range of 0 and 1
minMaxScale(x)
x |
values to scale |
the scaled values
example_matrix = matrix(rep(c(1:5), 3), 5)
minMaxScale(example_matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.