Description Usage Arguments Value Examples
Add a flowJo biexponential scale to the x or y axes of a ggcyto plot.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  | 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
)
 | 
... | 
 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  | 
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_biexp(maxValue = 1e4, widthBasis = 0)
 | 
Loading required package: ggplot2
Loading required package: flowCore
Loading required package: ncdfFlow
Loading required package: RcppArmadillo
Loading required package: BH
Loading required package: flowWorkspace
As part of improvements to flowWorkspace, some behavior of
GatingSet objects has changed. For details, please read the section
titled "The cytoframe and cytoset classes" in the package vignette:
  vignette("flowWorkspace-Introduction", "flowWorkspace")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.