Description Usage Arguments Value Author(s)
View source: R/data_utils_functions.R
This function implements different scaling strategies to feature values
1 | scale_feature_values(rdr = NULL, method = "minmax")
|
rdr |
A RadAR object (class |
method |
(character) Which method use for scaling feature values. It can be one of "minmax" or "median". Using min-max, all features will take values in the range [0,1]. Using median, all features will be median subctracted. |
An updated rdr (a RadAR object)
Matteo Benelli (matteo.benelli@uslcentro.toscana.it)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.