unit.normalize: Change scale of data to be over the range 0 to 1

View source: R/unitNormalize.R

unit.normalizeR Documentation

Change scale of data to be over the range 0 to 1

Description

Recsales data using the caret package

Usage

unit.normalize(x)

Arguments

x

input data

Value

data rescaled to lie between 0 and 1

Examples

x<-runif(1000,5,10)
unit.normalize(x)

tharris0924/btld documentation built on Dec. 1, 2022, 9:37 p.m.