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
digits
Number of significant digits to round doubles/floats.
See Also
signif
for the base R implementation.