metacoder (version 0.3.0.1)

transform_data: Transformation functions

Description

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

Usage

transform_data(func = NULL, data = NULL, inverse = FALSE)

Arguments

func

(character) Name of transformation to apply.

data

(numeric) Data to transform

inverse

(logical of length 1) If TRUE, return the inverse of the selected function.