scale_x_flowJo_fasinh {ggcyto}R Documentation

Add a flowJo inverse hyperbolic sine scale to the x or y axes of a ggcyto plot.

Description

Add a flowJo inverse hyperbolic sine scale to the x or y axes of a ggcyto plot.

Usage

scale_x_flowJo_fasinh(..., m = 4, t = 1200)

scale_y_flowJo_fasinh(..., m = 4, t = 1200)

Arguments

...

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

m, t

see 'help(flowJo.fasinh')

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_flowJo_fasinh(t = 1e4)

[Package ggcyto version 1.10.2 Index]