summary.disordR {disordR} | R Documentation |
Summaries of disord objects
Description
A summary method for disord objects, and a print method for summaries.
Usage
## S4 method for signature 'disord'
summary(object, ...)
## S4 method for signature 'disindex'
summary(object, ...)
## S3 method for class 'summary.disord'
print(x, ...)
Arguments
object , x |
Object of class |
... |
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.
Author(s)
Robin K. S. Hankin
Examples
summary(rdis(1000))
[Package disordR version 0.9-8.2 Index]