apply_minmax_scale {dynutils}R Documentation

Apply a nubnax scale.

Description

Anything outside the range of [0, 1] will be set to 0 or 1.

Usage

apply_minmax_scale(x, addend, multiplier)

Arguments

x

A numeric vector, matrix or data frame.

addend

A minimum vector for each column

multiplier

A scaling vector for each column

Value

The scaled matrix or verctor. The numeric centering and scalings used are returned as attributes.


[Package dynutils version 1.0.11 Index]