Give a summary of a hyper2 object, and a print method

# S3 method for class 'hyper2'
summary(object, ...)
# S3 method for class 'summary.hyper2'
print(x, ...)

Arguments

object,x

Object of class hyper2

...

Further arguments, currently ignored

Details

Mostly self-explanatory, based on the equivalent in the untb package.

Author

Robin K. S. Hankin

See also

Examples

summary(icons)
#> A hyper2 object of size 6.
#> pnames:  NB L PB THC OA WAIS 
#> Number of brackets: 15 
#> Sum of powers: 0 
#> 
#> Table of bracket lengths:
#> 1 4 
#> 6 9 
#> 
#> Table of powers:
#> -20 -18 -16 -15 -11  -9  -8   9  14  24  30  32 
#>   1   3   1   1   1   1   1   1   1   2   1   1