transformMap-class | R Documentation |
This class provides a mapping between parameters and transformed parameters via a function.
output
Name of the transformed parameter.
input
Name of the parameter to transform.
f
Function 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.
B. Ellis, F. Hahne
transform
, transformList
new("transformMap", input="FSC-H", output="FSC-H", f=log)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.