normalise: Function to normalise a numeric vector between 0 and 1

View source: R/normalise.R

normaliseR Documentation

Function to normalise a numeric vector between 0 and 1

Description

Function to normalise a numeric vector between 0 and 1

Usage

normalise(x, na.rm = TRUE)

Arguments

x

Numeric vector

na.rm

A logical indicating whether missing values should be removed. Default is TRUE.

Value

Numeric vector the same length as x.

Author(s)

Shona Wilde


shonawilde/shonarrr documentation built on Jan. 29, 2025, 1:27 a.m.