print.cint: Print a cint Object
Description
Print method for an object of class cint
.
Usage
# S3 method for cint
print(x, digits = getOption("digits"), ...)
Value
Invisibly, the input is returned.
Arguments
- x
A on object of class cint
.
- digits
Number of digits used to format sample estimate and confidence limits.
- ...
Further arguments passed from other methods.