Learn R Programming

disordR (version 0.9-8.2)

disord-class: Class "disord"

Description

The disord class provides basic arithmetic and extract/replace methods for disord objects.

Arguments

Objects from the Class

Objects can be created by calls of the form new("disord", ...), although functions disord() and (eventually) as.disord() are more user-friendly.

Slots

.Data:

Object of class vector that specifies the elements

hash:

Object of class character that specifies the hash code

Author

Robin K. S. Hankin

Examples

Run this code
showClass("disord")

Run the code above in your browser using DataLab