Format a Number as a Decimal
Simple function that can be used as a format function when converting trees to a data.frame
FormatFixedDecimal(x, digits = 3)
x |
a numeric scalar or vector |
digits |
the number of digits to print after the decimal point |
A string corresponding to x, suitable for printing
data(acme) print(acme, prob = acme$Get("p", format = function(x) FormatFixedDecimal(x, 4)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.