flowJo.fasinh {flowWorkspace}R Documentation

inverse hyperbolic sine transform function

Description

hyperbolic sine/inverse hyperbolic sine (flowJo-version) transform function constructor

Usage

flowJo.fasinh(m = 4, t = 12000, a = 0.7, length = 256)

flowJo.fsinh(m = 4, t = 12000, a = 0.7, length = 256)

Arguments

m

numeric the full width of the transformed display in asymptotic decades

t

numeric the maximum value of input data

a

numeric Additional negative range to be included in the display in asymptotic decades

length

numeric the maximum value of transformed data

Value

fasinh/fsinh transform function

Examples

trans <- flowJo.fasinh()
data.raw <- c(1,1e2,1e3)
data.trans <- trans(data.raw)
data.trans

inverse.trans <- flowJo.fsinh()
inverse.trans(data.trans)


[Package flowWorkspace version 3.28.2 Index]