log1_transform: Log(. + 1) transformation of vector elements.

View source: R/log1_transform.R

log1_transformR Documentation

Log(. + 1) transformation of vector elements.

Description

log1 returns the inverse hyperbolic sine transformation

Usage

log1_transform(x)

Arguments

x

description a vector of numeric elements.

Details

This is a generic function that transforms a vector of elements using the log(. + 1) transformation. This function will only take numeric atomic types such as doubles, integers, and floats.


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