scale_between_quantiles | R Documentation |
edge-case; if either lower or upper quantile could not be determined, all finite values of x will be set to 1 edge-case; if all non-finite input values are the same, the upper and lower quantiles are the same. All finite values of x will be set to 1
scale_between_quantiles(x, min_quantile = 0.01, max_quantile = 0.99)
x |
values to transform |
min_quantile |
lower quantile, used as parameter in quantile() |
max_quantile |
upper quantile, used as parameter in quantile() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.