Learn R Programming

disordR (version 0.0-7)

elements: Extract elements of a disord object

Description

A disord object contains elements in an arbitrary order. Function elements() shows these elements in the form of an ordinary vector.

Usage

elements(x)

Arguments

x

Object of class disord

Value

Returns a vector

Examples

Run this code
# NOT RUN {
elements(rdis())
# }

Run the code above in your browser using DataLab