print.refhtest: Print a summary of a refhtest
object
Description
Printing objects of class "refhtest
" by simple print
methods.
Usage
# S3 method for refhtest
print(x, digits = getOption("digits"), prefix = "\t", ...)
Arguments
- x
object of class "summary.refhtest
"
- digits
number of significant digits to be used.
- prefix
string, passed to strwrap
for displaying the method component
of the classhtest
object.
- ...
Additional parameters for print
.