normalize | R Documentation |
Normalize your data
normalize(x)
x |
A vector with numeric values |
A vector with min-max normalized values
data(whisky_collection)
whisky_collection$RATING <- normalize(whisky_collection$RATING)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.