Learn R Programming

SIPETool (version 0.1.0)

normalizer: Data normalizer

Description

This function takes as input a vector and returns it normalized between a specified range

Usage

normalizer(dat, norm_range = c(0, 1))

Value

vector normalized between norm_range

Arguments

dat

the vector to normalize

norm_range

the range used for normalization

Examples

Run this code
normalizer(c(1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1))

Run the code above in your browser using DataLab