flowjo_fasinh: inverse hyperbolic sine transform function

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
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

1
2
3
4
5
6
7
trans <- flowjo_fasinh()
data.raw <- c(1,1e2,1e3)
data.trans <- trans(data.raw)
data.trans

inverse.trans <- flowjo_fsinh()
inverse.trans(data.trans)

flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.