h2o (version 3.28.0.2)

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.