rescaling01: Rescale numeric vector to have a range between 0 to 1

View source: R/pictplot.R

rescaling01R Documentation

Rescale numeric vector to have a range between 0 to 1

Description

Rescale numeric vector to have a range between 0 to 1

Usage

rescaling01(x)

Arguments

x

a numeric vector

Value

a rescaled numeric vector

See Also

rescaling

Examples

rescaling01( 1:5 )

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.