print.int: Print method for int objects
Description
Returns basic information about objects created with showInteraction()
Usage
# S3 method for int
print(x, ...)
Value
Writes basic information about the object in the console.
Arguments
- x
The output object of showInteraction().
- ...
Additional arguments.
Author
Jonas Haslbeck <jonashaslbeck@gmail.com>