Rdocumentation
powered by
Learn R Programming
h2o (version 3.8.1.3)
h2o.round: Round doubles/floats to the given number of decimal places.
Description
Round doubles/floats to the given number of decimal places.
Usage
h2o.round(x, digits = 0)
round(x, digits = 0)
Arguments
x
An H2OFrame object.
digits
Number of decimal places to round doubles/floats. Rounding to a negative number of decimal places is
See Also
round
for the base R implementation.