Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


h2o (version 3.26.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.