Learn R Programming

disordR (version 0.9-8.2)

show: Print method for disord objects

Description

Show methods for disords

Usage

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

Arguments

x

Object of class disord

Author

Robin K. S. Hankin

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.

Examples

Run this code
print(rdis())

Run the code above in your browser using DataLab