print.cint: Print "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 numbers.
- ...
Further arguments passed from other methods.