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 b8d85d525f5d70def584d26bd1f66394fb8cfe21 
#> 
#>    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
#>     4.0   234.0   486.0   489.5   744.2   998.0