boxcoxTransform | R Documentation |
Do the boxcox mathematical transform
This function creates a flowCore compatible transform object.
boxcoxTransform( transformId = "myboxcox", lambda = 0.1, scale = NA, jitter = FALSE )
transformId |
FlowCore compatible transformId |
lambda |
boxcox lambda parameter |
scale |
boxcox scale parameter |
jitter |
Logical, should small values be jittered for visual appeal? |
an object of type transform
, to be used with flowCore functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.