t_asinh: Arcsinh transformation

Description Usage Arguments Value

View source: R/basic_utils.R

Description

This function takes a data.frame and applies basic asinh function using a cofactor.

Usage

1
t_asinh(df, cofactor = 5)

Arguments

df

An object of class data.frame containing columns to be scaled. The function ignores non-numeric columns.

cofactor

The cofactor for the scaling. This could be any number >0:Inf.

Value

Returns a data.frame with the scaled data.


msenosain/denoisingCTF documentation built on Jan. 28, 2021, 2:23 a.m.