singleParameterTransform-class {flowCore} | R Documentation |
A transformation that operates on a single parameter
Objects can be created by calls of the form
new("singleParameterTransform", ...)
.
.Data
:"function"
. The transformation. parameters
:"transformation"
. The parameter to transform. Can be a
derived parameter from another transformation. transformationId
:"character"
. An identifier for the object.
Class "transform"
, directly.
Class "transformation"
, by class "transform", distance 2.
Class "characterOrTransformation"
, by class "transform", distance 3.
No methods defined with class "singleParameterTransform" in the signature.
F Hahne
showClass("singleParameterTransform")