normalize {CoDiNA} | R Documentation |
normalize
Description
Normalize a given variable.
Usage
normalize(m)
Arguments
m |
variable to be normalized in the interval [0,1] |
Author(s)
Deisy Morselli Gysi <deisy at bioinf.uni-leipzig.de>
Examples
Z = runif(10,-10,10)
normalize(Z)
[Package CoDiNA version 1.1.2 Index]