Description Usage Arguments Value Examples
Add a flowJo inverse hyperbolic sine scale to the x or y axes of a ggcyto plot.
1 2 3 | scale_x_flowjo_fasinh(..., m = 4, t = 1200)
scale_y_flowjo_fasinh(..., m = 4, t = 1200)
|
... |
common continuous scale parameters passed to 'continuous_scale' (not used currently) |
m, t |
see 'help(flowjo_fasinh') |
ScaleContinuous object
1 2 3 4 5 6 7 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.