print.compare: Printing compare
objects
Description
This is a print
method for objects of class compare
.
Usage
# S3 method for compare
print(x, ...)
Value
No return value (NULL
).
Arguments
- x
Object of class compare
.
- ...
Additional parameters, currently ignored.
Details
This function prints a useful summary of the compare
object x
.