zeroOne | R Documentation |
Convert data to values between zero and one.
zeroOne(x, min_pct = 0, max_pct = 1)
x |
Data. |
min_pct |
Values below this percentile will be replaced with this percentile value. Default is 0. |
max_pct |
Values above this percentile will be replaced with this percentile value. Default is 1. |
Returns new values in zero and one range.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.