flowjo_fasinh: inverse hyperbolic sine transform function

flowjo_fasinhR 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)


RGLab/flowWorkspace documentation built on March 17, 2024, 2:24 p.m.