h2o (version 3.28.0.2)

h2o.trunc: Truncate values in x toward 0

Description

trunc takes a single numeric argument x and returns a numeric vector containing the integers formed by truncating the values in x toward 0.

Usage

h2o.trunc(x)

Arguments

x

An H2OFrame object.

See Also

trunc for the base R implementation.