data.trans {iNZightMaps}R Documentation

Transform the data into the range of [0,1].

Description

Transform the data into the range of [0,1].

Usage

data.trans(x, transform = "linear", data.range, mean, sd, max.prob)

Arguments

x

a numeric value or vector.

transform

the method for transformation, can be linear,log,sqrt,exp,power and normal.

data.range

??? range of x

mean

??? mean of x

sd

??? standard deviation of x

max.prob

???

Value

a transformed numeric vector.

Author(s)

Jason Wen


[Package iNZightMaps version 2.3.1 Index]