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