Learn R Programming

disordR (version 0.9-8.2)

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

Author

Robin K. S. Hankin

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.

Examples

Run this code
summary(rdis(1000))

Run the code above in your browser using DataLab