Description Usage Arguments Value See Also
View source: R/inverseLogTransform.R
Create the definition of the inverse of a log transformation function (base specified by user) to be applied on a data set
1 | logTransform(transformationId="defaultLogTransform", logbase=10, r=1, d=1)
|
transformationId |
character string to identify the transformation |
logbase |
positive double that corresponds to the base of the logarithm. |
r |
positive double that corresponds to a scale factor. |
d |
positive double that corresponds to a scale factor |
Returns an object of class transform
.
Other Transform functions:
inverseArcsinhTransform()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.