normalize {LDATS}R Documentation

Normalize a vector

Description

Normalize a numeric vector to be on the scale of [0,1].

Usage

normalize(x)

Arguments

x

numeric vector.

Value

Normalized x.

Examples

 normalize(1:10)


[Package LDATS version 0.3.0 Index]