getMaxAbsValue: gets maximum abs value from dataframe column

View source: R/getMaxAbsValue.R

getMaxAbsValueR Documentation

gets maximum abs value from dataframe column

Description

gets maximum abs value from dataframe column

Usage

getMaxAbsValue(.data, .var, inf.rm = TRUE, buffer = 1.1)

Arguments

.data

dataframe

.var

numeric column name to calcualte max abs value

inf.rm

logical indicating whether to remove INF values

buffer

numeric value to add buffer or padding to max abs value

Value

maximum abs value for column within dataframe


cusom/CUSOM.ShinyHelpers documentation built on Oct. 23, 2023, 6:50 a.m.