flowjo_fasinh | R Documentation |
hyperbolic sine/inverse hyperbolic sine (flowJo-version) transform function constructor
flowjo_fasinh(m = 4, t = 12000, a = 0.7, length = 256) flowjo_fsinh(m = 4, t = 12000, a = 0.7, length = 256)
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 |
fasinh/fsinh transform function
trans <- flowjo_fasinh() data.raw <- c(1,1e2,1e3) data.trans <- trans(data.raw) data.trans inverse.trans <- flowjo_fsinh() inverse.trans(data.trans)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.