h2o (version 3.10.3.6)

h2o.trunc: trunc takes a single numeric argument x and returns a numeric vector containing the integers

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.