transformMap-class {flowCore} | R Documentation |
This class provides a mapping between parameters and transformed parameters via a function.
Objects of this type are not usually created by the user, except
perhaps in special circumstances. They are generally automatically
created by the inline transform
process during
the creation of a transformFilter
, or by a call to the
transformList
constructor.
output
:input
:f
:signature(object = "transformList")
: Print details
about the object. B. Ellis, F. Hahne
new("transformMap", input="FSC-H", output="FSC-H", f=log)