transformMap-class.RdThis class provides a mapping between parameters and transformed parameters via a function.
outputName of the transformed parameter.
inputName of the parameter to transform.
fFunction used to accomplish the transform.
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.
signature(object = "transformList"): Print details
about the object.
new("transformMap", input="FSC-H", output="FSC-H", f=log)#> transformMap for parameter 'FSC-H' mapping to 'FSC-H'