dataframe.transform: Transform a datamatrix and replace zero

Description Usage Arguments Value Examples

Description

New version available : see d.t.transform. Do any of the two following function : Replace zero by the minimum value divided by 2 and/or tranform data with Trans.fun function (by default log2).

Usage

1
dataframe.transform(data, ZeroL = T, TransL = F, Trans.fun = log2, ...)

Arguments

data

a dataframe with value only to transform

ZeroL

Should zero be replaced by minimum value divided by 2

TransL

Should transformation be made

Trans.fun

Which transformation to perform (default log2)

...

Argument to pass to Trans.fun

Value

The resulting datamatrix only

Examples

1

Mystilivia/SDjoygret documentation built on May 7, 2019, 5:17 p.m.