Learn R Programming

Crossover (version 0.1-22)

canonicalOrder: Sorts sequences of a design into a canonical order

Description

Sorts sequences of a design into a canonical order.

Usage

canonicalOrder(design)

Arguments

design

Cross-over design.

Author

Kornelius Rohmeyer rohmeyer@small-projects.de

Details

When comparing bigger designs this ordering easily allows to check whether two designs are equal.

Examples

Run this code

getDesign("switchback5t")
canonicalOrder(getDesign("switchback5t"))

Run the code above in your browser using DataLab