Print method for bl_data class
print-bl_data-method.Rd
Displays the observed values stored in a Bayes linear data ('bl_data') object allowing control over the number of digits shown. Called automatically when an object of class 'bl_data' is printed to the console.
Arguments
- x
The object of class 'bl_data' to print.
- digits
Minimum number of significant digits to display (default:
getOption("digits")
). Passed toround()
.- ...
Further arguments passed to or from other methods (currently unused).