Learn R Programming

shapley (version 0.1)

normalize: Normalize a vector based on specified minimum and maximum values

Description

This function normalizes a vector based on specified minimum and maximum values. If the minimum and maximum values are not specified, the function will use the minimum and maximum values of the vector.

Usage

normalize(x, min = NULL, max = NULL)

Value

normalized numeric vector

Arguments

x

numeric vector

min

minimum value

max

maximum value

Author

E. F. Haghish