Description Usage Arguments Details Value Note Examples
Normalize the numeric variables in a data frame
1  | 
data | 
 a data frame.  | 
new_min | 
 minimum for the transformed variables.  | 
new_max | 
 maximum for the transformed variables.  | 
normalize transforms all the numeric variables
in a data frame to have the same minimum and maximum values.
By default, this will be a minimum of 0 and maximum of 1.
Character variables and factors are left unchanged.
a data frame
Use this function to be transform variables into a given range. The default is [0, 1], but [-1, 1], [0, 100], or any other range is permissible.
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.