summary.disordR | R Documentation |
A summary method for disord objects, and a print method for summaries.
## S4 method for signature 'disord'
summary(object, ...)
## S4 method for signature 'disindex'
summary(object, ...)
## S3 method for class 'summary.disord'
print(x, ...)
object , x |
Object of class |
... |
Further arguments, currently ignored |
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.
Robin K. S. Hankin
summary(rdis(1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.