scale_minmax | R Documentation |
Min-Max Scaling
scale_minmax(x, use_attr = TRUE, invert = FALSE, minx = NULL, maxx = NULL)
x |
A numeric object whose elements should be scaled thru min-max scaling. |
use_attr |
A logical value indicating whether scaling factors |
invert |
A logical value indicating the direction of scaling. If set to |
minx |
A given minimum value for scaling. If this value is |
maxx |
A given maximum value for scaling. If this value is |
Transformed x
with min-max scaled values between 0 and 1.
scaling
.
Other Scaling:
scale_center()
,
scale_dataset()
,
scale_log()
,
scale_train_test()
,
scale_zscore()
,
scaling()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.