Skip to contents

Show methods for disords

Usage

# S4 method for class 'disord'
show(x)
disord_show(x)

Arguments

x

Object of class disord

Details

The print method simply prints the object's hash and its elements, together with a reminder that the elements are listed in an implementation-specific order. Function disord_show() is a helper function, not really intended for the end-user.

Author

Robin K. S. Hankin

Examples

print(rdis())
#> A disord object with hash 97db85e98ce6f3ca8d814148fdcd6960ff7c4952 and elements
#> [1] 4 1 9 2 7 3 8 3 1
#> (in some order)