unscale: Unscale

Description Usage Arguments Value Examples

View source: R/newFunctions.R

Description

Unscale

Usage

1

Arguments

x

numerical object from scale() with or without attributes

Value

un-scaled version of x. reversed centering/scaling of x, if any

Examples

1
2
xS = scale(matrix(1:10, ncol = 2))
unscale(x = xS)

hmumme/bmi585hmumme documentation built on Dec. 20, 2021, 4:46 p.m.