normalize: Use this function to normalize your data to a specific range

View source: R/normalize.R

normalizeR Documentation

Use this function to normalize your data to a specific range

Description

Normalize your data

Usage

normalize(x)

Arguments

x

A vector with numeric values

Value

A vector with min-max normalized values

Examples

data(whisky_collection)
whisky_collection$RATING <- normalize(whisky_collection$RATING)

dominikjung42/dstools documentation built on June 16, 2024, 2:40 a.m.