View source: R/other_objects.R
sc01 | R Documentation |
Scales values between 0 and 1
sc01(x)
x |
Numeric or integer vector |
x <- runif(min = 3, max = 15, n = 20) x01 <- sc01(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.