show {disordR}R Documentation

Print method for disord objects

Description

Show methods for disords

Usage

## S4 method for signature '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(s)

Robin K. S. Hankin

Examples

print(rdis())

[Package disordR version 0.9-8.2 Index]