Learn R Programming

dynutils (version 1.0.11)

apply_quantile_scale: Apply a quantile scale.

Description

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

Usage

apply_quantile_scale(x, addend, multiplier)

Value

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

Arguments

x

A numeric vector, matrix or data frame.

addend

A minimum vector for each column

multiplier

A scaling vector for each column