summary.disordR: Summaries of disord objects
Description
A summary method for disord objects, and a print method for summaries.
Usage
# S4 method for disord
summary(object, ...)
# S4 method for disindex
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.