scale: scale

Description Usage Arguments

Description

Remove the mean and/or sd of the columns of a matrix. The operations occur in-place.

Usage

1
dimops_scale(rm_mean = TRUE, rm_sd = FALSE, x)

Arguments

rm_mean, rm_sd

Should the data be centered/scaled first?

x

Input matrix. The input data is overwritten by the centered/scaled data.


wrathematics/fmlr documentation built on Jan. 17, 2022, 4:10 p.m.