amax.Rd
Calculate maximum of absolute values
amax(x, na.rm = T)
A numeric vector.
A logical (default: TRUE). Whether to remove NA values.
A numeric. The maximum of absolute values.