Learn R Programming

wrMisc (version 1.15.3.1)

.scale01: Scale between 0 and 1 (main)

Description

This function rescales between 0 and 1

Usage

.scale01(x)

Value

This function returns a numeric vector of same length with re-scaled values

Arguments

x

numeric vector to be re-scalded

See Also

scaleXY , scale

Examples

Run this code
.scale01(11:15)

Run the code above in your browser using DataLab