parameterTransform-class {flowCore} | R Documentation |
Link a transformation to particular flow parameters
Objects are created by using the %on%
operator and are
usually not directly instantiated by the user.
.Data
:"function"
, the
transformation function. parameters
:"character"
The
parameters the transformation is applied to. transformationId
:"character"
. The identifier for the object.
Class "transform"
, directly.
Class "function"
, by class "transform", distance 2.
signature(e1 = "filter", e2 =
"parameterTransform")
: Apply the transformation. signature(e1 = "parameterTransform", e2 =
"flowFrame")
: see above signature(object = "parameterTransform")
:
Accessor to the parameters slot Byron Ellis