powered by
Given a vector of data, default to 3 significant digits or all if maximum is greater than zero
format_guess(x)
numeric; the digits past the decimal recommended for display
numeric; basic math and quantile function must work on data passed in
format_guess(rnorm(100)) format_guess(rnorm(100, sd=1e-6))
Run the code above in your browser using DataLab