Learn R Programming

disordR (version 0.0-9)

summary.disordR: Summaries of disord objects

Description

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.

Examples

Run this code
# NOT RUN {
summary(rdis(1000))
# }

Run the code above in your browser using DataLab