h_fmt_num {mcradds} | R Documentation |
Help function to format numeric data with formatC
function.
h_fmt_num(x, digits, width = digits + 4)
x |
( |
digits |
( |
width |
( |
A character object with specific digits and width.
h_fmt_num(pi * 10^(-2:2), digits = 2, width = 6)