Functions used by plotting functions to transform data. Calling the function with no parameters returns available function names. Calling with just the function name returns the transformation function
transform_data(func = NULL, data = NULL, inverse = FALSE)
(character
) Name of transformation to apply.
(numeric
) Data to transform
(logical
of length 1) If TRUE
, return the inverse of the selected function.