normalize: normalize

Description Usage Arguments Author(s) Examples

View source: R/normalize.R

Description

Normalize a given variable.

Usage

1

Arguments

m

variable to be normalized in the interval [0,1]

Author(s)

Deisy Morselli Gysi <deisy at bioinf.uni-leipzig.de>

Examples

1
2
Z = runif(10,-10,10)
normalize(Z)

CoDiNA documentation built on July 15, 2020, 5:07 p.m.

Related to normalize in CoDiNA...