normalize: Normalize a vector

View source: R/utilities.R

normalizeR 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)


LDATS documentation built on Sept. 19, 2023, 5:08 p.m.