ihs_transform: Inverse hyperbolic sine transformation of vector elements.

View source: R/ihs_transform.R

ihs_transformR Documentation

Inverse hyperbolic sine transformation of vector elements.

Description

ihs_transform returns the inverse hyperbolic sine transformation

Usage

ihs_transform(x)

Arguments

x

description a vector of numeric elements.

Details

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.

Examples

x <- c(1,2,3)
ihs_transform(x)


michaeltopper1/ifc documentation built on Jan. 30, 2023, 10:08 a.m.