Normalize {bfw} | R Documentation |
Normalize
Description
simple function to normalize data
Usage
Normalize(x)
Arguments
x |
numeric vector to normalize |
Examples
Normalize(1:10)
# [1] 0.0182 0.0364 0.0545 0.0727 0.0909
# 0.1091 0.1273 0.1455 0.1636 0.1818
[Package bfw version 0.4.2 Index]