scale_x_flowCore_fasinh {ggcyto}R Documentation

flowCore inverse hyperbolic sine scale

Description

flowCore inverse hyperbolic sine scale

Usage

scale_x_flowCore_fasinh(..., a = 1, b = 1, c = 0)

scale_y_flowCore_fasinh(..., a = 1, b = 1, c = 0)

Arguments

...

common continuous scale parameters passed to 'continuous_scale' (not used currently)

a, b, c

see 'help(arcsinhTransform')

Value

ScaleContinuous object

Examples

data(GvHD)
fr <- GvHD[[1]]
p <- ggcyto(fr, aes(x = `FL1-H`)) + geom_density()
#display at raw scale
p 
#display at transformed scale
p + scale_x_flowCore_fasinh(a = 2)

[Package ggcyto version 1.6.2 Index]