print.cellhtest: Print a summary of a cellhtest
object
Description
Printing objects of class "cellhtest
" by simple print
methods.
Usage
# S3 method for cellhtest
print(x, digits = getOption("digits"), prefix = "\t", ...)
Arguments
- x
object of class "summary.cellhtest
"
- 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
.