.scale01 {wrMisc}R Documentation

Scale between 0 and 1 (main)

Description

This function rescales between 0 and 1

Usage

.scale01(x)

Arguments

x

numeric vector to be re-scalded

Value

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

See Also

scaleXY , scale

Examples

.scale01(11:15)

[Package wrMisc version 1.15.1 Index]