h2o (version 3.10.3.6)

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

x
An H2OFrame object.
na.rm
logical. indicating whether missing values should be removed.

See Also

min for the base R implementation.