normalise: Function to normalise a numeric vector's range between 0 and...

View source: R/normalise.R

normaliseR Documentation

Function to normalise a numeric vector's range between 0 and 1.

Description

Function to normalise a numeric vector's range between 0 and 1.

Usage

normalise(x, na.rm = TRUE)

Arguments

x

Numeric vector

na.rm

Remove NAs? Default is TRUE.

Value

Numeric vector with the length of x.

Author(s)

Stuart K. Grange

See Also

stackexchange


skgrange/threadr documentation built on May 11, 2024, 12:16 p.m.