View source: R/ihs_transform.R
ihs_transform | R Documentation |
ihs_transform
returns the inverse hyperbolic sine transformation
ihs_transform(x)
x |
description a vector of numeric elements. |
This is a generic function that transforms a vector of elements using the inverse hyperbolic sine transformation. This function will only take numeric atomic types such as doubles, integers, and floats.
x <- c(1,2,3) ihs_transform(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.