Rdocumentation
powered by
Learn R Programming
h2o (version 3.8.1.3)
h2o.signif: Round doubles/floats to the given number of significant digits.
Description
Round doubles/floats to the given number of significant digits.
Usage
h2o.signif(x, digits = 6)
signif(x, digits = 6)
Arguments
x
An H2OFrame object.
digits
Number of significant digits to round doubles/floats.
See Also
signif
for the base R implementation.