ml_scaleDS: Scaling of a data frame or numeric vector

View source: R/scaleDS.R

ml_scaleDSR Documentation

Scaling of a data frame or numeric vector

Description

Scales each column of a data frame object by dividing for the standard deviation of the column

Usage

ml_scaleDS(table, ...)

Arguments

table

data.frame or numeric vector to be scaled

...

numeric The standard deviations of the columns (ordered by column)

Value

data.frame or numeric vector scaled


isglobal-brge/dsML documentation built on March 14, 2023, 1:58 p.m.