A summary method for disord objects, and a print method for summaries.
Usage
# S3 method for disord
summary(object, ...)
# S3 method for summary.disord
print(x, ...)
Arguments
object,x
Object of class disord
...
Further arguments, currently ignored
Details
A summary.disord object is summary of a disord object
x: a list with first element being the hash(x) and the
second being summary(elements(x)). The print method is just a
wrapper for this.