print.compare {distfreereg} | R Documentation |
Printing compare
objects
Description
This is a print
method for objects of class compare
.
Usage
## S3 method for class 'compare'
print(x, ...)
Arguments
x |
Object of class |
... |
Additional parameters, currently ignored. |
Details
This function prints a useful summary of the compare
object x
.
Value
No return value (NULL
).
Author(s)
Jesse Miller
See Also
[Package distfreereg version 1.1 Index]