h2o (version 3.20.0.8)

h2o.ceiling: Take a single numeric argument and return a numeric vector with the smallest integers

Description

ceiling takes a single numeric argument x and returns a numeric vector containing the smallest integers not less than the corresponding elements of x.

Usage

h2o.ceiling(x)

Arguments

x

An H2OFrame object.

See Also

ceiling for the base R implementation.