normalize_vector | R Documentation |
normalization
normalize_vector(x, to_left = 0, to_right = 1)
x |
A continuous numeric vector. |
to_left |
(optional) Specified minimum. Default is |
to_right |
(optional) Specified maximum. Default is |
A continuous vector which has normalized.
normalize_vector(c(-5,1,5,0.01,0.99))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.