View source: R/unitNormalize.R
unit.normalize | R Documentation |
Recsales data using the caret
package
unit.normalize(x)
x |
input data |
data rescaled to lie between 0 and 1
x<-runif(1000,5,10) unit.normalize(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.