Arrange: Arrange a Distribution

Description Usage Arguments Value

Description

Arrange a Distribution by alphabetizing its first n-1 columns and by arranging the values of these alphabetized columns, in increasing order.

Usage

1
2
## S4 method for signature 'Distribution'
Arrange(x)

Arguments

x

A Distribution.

Value

A Distribution that is like x, except that its first n-1 columns are arranged in alphabetical order, and its rows are arranged such that the values of the alphabetized columns are in increasing order.


patrickreidy/distdist documentation built on May 22, 2019, 12:40 p.m.