View source: R/analyzer_alpha_0.06.R
normalizer | R Documentation |
This function takes as input a vector and returns it normalized between a specified range
normalizer(dat, norm_range = c(0, 1))
dat |
the vector to normalize |
norm_range |
the range used for normalization |
vector normalized between norm_range
normalizer(c(1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.