scaleDS: Scale a data frame

View source: R/scaleDS.R

scaleDSR Documentation

Scale a data frame

Description

Scale a data frame

Usage

scaleDS(x, center = TRUE, scale = TRUE)

Arguments

x

data frame Table to be scaled

center

Corresponds to the center parameter of the base function scale

scale

Corresponds to the scale parameter of the base function scale

Value

data frame Scaled table


isglobal-brge/dsExposome documentation built on Feb. 20, 2023, 11:19 a.m.