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

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.