normalizer {SIPETool} | R Documentation |
Data normalizer
Description
This function takes as input a vector and returns it normalized between a specified range
Usage
normalizer(dat, norm_range = c(0, 1))
Arguments
dat |
the vector to normalize |
norm_range |
the range used for normalization |
Value
vector normalized between norm_range
Examples
normalizer(c(1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1))
[Package SIPETool version 0.1.0 Index]