View source: R/transformations.R
create.transformation | R Documentation |
Create an object representing a transformation
create.transformation(
transform.function,
reverse.transform.function,
transformation.derivative,
log.abs.transformation.derivative = NULL,
name
)
transform.function , reverse.transform.function , transformation.derivative , log.transformation.derivative |
Functions that compute the transformation, inverse transformation, derivative of the transformation function, and log of the derivative of the transformation function, directly. All should take one argument, 'x', which can be either a numeric vector or numeric scalar. log.transformation.derivative may be supplied as NULL; the other three functions must be defined |
name |
A character value with a descriptive name of the transformation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.