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

View source: R/shade.fun.r

data.transR 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


iNZightVIT/iNZightMaps documentation built on Feb. 3, 2024, 4:42 p.m.