h2o.min: Returns the minima of the input values.
Description
Returns the minima of the input values.
Usage
h2o.min(x, na.rm = FALSE)
Arguments
na.rm
logical. indicating whether missing values should be removed.
See Also
min for the base R implementation.