Break Down Print
# S3 method for broken
print(x, ..., digits = 3, rounding_function = round)
a data frame
the model model of 'broken' class
other parameters
number of decimal places (round) or significant digits (signif) to be used.
See the rounding_function
argument
function that is to used for rounding numbers.
It may be signif()
which keeps a specified number of significant digits.
Or the default round()
to have the same precision for all components