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
output
:input
:f
:B. Ellis
new("transformMap",input="FSC-H",output="FSC-H",f=log)