View source: R/OMICS_module_func.R
range_01 | R Documentation |
range_01
This function re-scales a numeric vector so that it ranges
between 0 and 1.
range_01(x)
x |
numeric vector. |
Numeric vector with normalised values
range_01(stats::rnorm(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.