Unscale: BMI585 final project: unscale function unscales the import...

Description Usage Arguments Value Examples

View source: R/Unscale.R

Description

This functions accept a class from the function scale

Usage

1
Unscale(scale_ob)

Arguments

scale_ob:

a scale object

Value

result: the class with center, scale and the original unscale data

Examples

1
2
3
x <- matrix(1:10, ncol = 2)
scale_ob <- scale(x)
Unscale(scale_ob)

shaoyanpan/BMI585final2 documentation built on Dec. 23, 2021, 1:20 a.m.