powered by
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)
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)
Run the code above in your browser using DataLab