normalize: Normalize a matrix or vector

View source: R/normalize.r

normalizeR Documentation

Normalize a matrix or vector

Description

Normalize values between 0 and 1, internal function only.

Usage

normalize(x)

Arguments

x

a matrix or vector

Value

returns a normalized matrix or vector


foto documentation built on Oct. 4, 2023, 1:07 a.m.

Related to normalize in foto...