ZZWscale: Scale transformation for numeric matrix as rows.

Description Usage Arguments Details Value Examples

View source: R/ZZWscale.R

Description

This is the function to complete scale transformation fot matrix or data.frame.

Usage

1
ZZWscale(raw.data, method = "auto")

Arguments

raw.data

A numeric matrix or data.frame.

method

Scale method: auto, auto scale; "mintmax", min-max scale.

Details

it supports auto-scale or min

Value

scaling transformation of raw.data

Examples

1
2
test.matrix <- matrix(1:100, ncol=10)
ZZWscale(test.matrix, method = "auto")

JustinZZW/ZZWtool documentation built on March 7, 2020, 11:06 a.m.