norm_a_b: Linear Scaling Normalization formula for custom ranges

View source: R/normalization.R

norm_a_bR Documentation

Linear Scaling Normalization formula for custom ranges

Description

normalize a dataset with in a custom range where the lowest value is a and the highest value is b

Usage

norm_a_b(x, a, b)

Arguments

x

the value in the dataset to normalize between a and b

a

the lowest value of the new range

b

the highest value of the new range

Value

the normalized x values

Examples

## Not run: 
norm_a_b(data$Biomass2019)

## End(Not run)


MadoShi64/rstep documentation built on July 1, 2024, 4:55 p.m.