Description Usage Arguments Value See Also
View source: R/inverseArcsinhTransform.R
Creates the inverse of the asinh transformation, for backtransformations
1 2 3 4 5 6 | inverseArcsinhTransform(
transformationId = "defaultInverseArcsinhTransform",
a = 1,
b = 1,
c = 0
)
|
transformationId |
character string to identify the transformation |
a |
positive double that corresponds to a shift about 0. |
b |
positive double that corresponds to a scale factor. |
c |
positive double |
Returns an object of class transform
.
transform-class
, transform
,
asinh
Other Transform functions:
inverseLogTransform()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.