View source: R/max_min_scale.R
max_min_scale | R Documentation |
a function for max-min normalization for network propagation score.
max_min_scale(x)
x |
a numeric vector |
a numeric vector
x <- rnorm(10) scale_vec <- max_min_scale(x = x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.