transformMap-class: A class for mapping transforms between parameters

transformMap-classR Documentation

A class for mapping transforms between parameters

Description

This class provides a mapping between parameters and transformed parameters via a function.

Slots

output

Name of the transformed parameter.

input

Name of the parameter to transform.

f

Function used to accomplish the transform.

Objects from the Class

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.

Methods

show

signature(object = "transformList"): Print details about the object.

Author(s)

B. Ellis, F. Hahne

See Also

transform, transformList

Examples


new("transformMap", input="FSC-H", output="FSC-H", f=log)



RGLab/flowCore documentation built on March 19, 2024, 9:45 p.m.