Description Usage Arguments Value Author(s) Examples
Normalizes a vector or matrix values to spread between a minimum and maximum value. By default, it normalizes between zero and one.
1 | normalize(x, low = 0, high = 1)
|
x |
A vector or matrix of numeric values. |
low |
The minimum value desired in the output data. |
high |
The maximum value desired in the output data. |
A vector or matrix of normalized values.
Grant Williamson
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.