normalize_minmax: Min-max normalization

View source: R/utils.R

normalize_minmaxR Documentation

Min-max normalization

Description

Scales each column of a matrix to the interval from 0 to 1.

Usage

normalize_minmax(x)

Arguments

x

Numeric vector or matrix.

Value

A list containing scaled data and min-max values.


SBOAtools documentation built on May 3, 2026, 9:06 a.m.