norm_none {DEXiR} | R Documentation |
norm_none
Description
A "do nothing" normalization function.
Usage
norm_none(values)
Arguments
values |
A numeric vector. |
Value
Returns unchanged values
.
See Also
Examples
norm_none(c(0, 0.5, 0.7))
[Package DEXiR version 1.0.2 Index]