scale_minmax: Scale a vector to the range [0, 1]

View source: R/scale_minmax.R

scale_minmaxR Documentation

Scale a vector to the range [0, 1]

Description

Scale a vector to the range [0, 1]

Usage

scale_minmax(x)

Arguments

x

A numeric vector

Value

A numeric vector scaled to the range [0, 1]

Examples

scale_minmax(c(1, 2, 3))

funkyheatmap documentation built on April 11, 2025, 5:39 p.m.