scales_flowjo_biexp: Add a flowJo biexponential scale to the x or y axes of a...

scales_flowjo_biexpR Documentation

Add a flowJo biexponential scale to the x or y axes of a ggcyto plot.

Description

Add a flowJo biexponential scale to the x or y axes of a ggcyto plot.

Usage

scale_x_flowjo_biexp(
  ...,
  maxValue = 262144,
  widthBasis = -10,
  pos = 4.5,
  neg = 0,
  equal.space = FALSE
)

scale_y_flowjo_biexp(
  ...,
  maxValue = 262144,
  widthBasis = -10,
  pos = 4.5,
  neg = 0,
  equal.space = FALSE
)

Arguments

...

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

maxValue, widthBasis, pos, neg

see 'help(flowjo_biexp')

equal.space

whether to display the breaks in equal.space format

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_biexp(maxValue = 1e4, widthBasis = 0)

RGLab/ggcyto documentation built on March 3, 2024, 6:23 p.m.