normalizer {SIPETool} | 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))