mm_norm | R Documentation |
max-min normalization
mm_norm(x, low = 0, high = 1)
x |
numeric vector |
low |
low limit of result, 0 as default |
high |
high limit of result, 1 as default |
normed vector
mm_norm(c(1, 3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.