Skip to contents

A summary method for disord objects, and a print method for summaries.

Usage

# S4 method for class 'disord'
summary(object, ...)
# S4 method for class 'disindex'
summary(object, ...)
# S3 method for class '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.

Author

Robin K. S. Hankin

Examples

summary(rdis(1000))
#> a disord object with hash 00fdcaf7c833bbc1953b6c17575fbcf661641304 
#> 
#>    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
#>     4.0   236.8   487.0   493.0   750.2   998.0