normalize: Normalize a vector of numbers

Description Usage Arguments Value Examples

View source: R/datascaling.R

Description

This normalizes a vector of numbers. Normarlization rescales the original data into a range with 0 mean and unit variance.

Usage

1

Arguments

x

the vector of numbers to normalize

Value

the normalized vector of numbers

Examples

1
normalize(rnorm(10, 20, 10))

DoktorMike/datools documentation built on Feb. 28, 2021, 8:39 a.m.