canonicalOrder: Sorts sequences of a design into a canonical order

View source: R/order.R

canonicalOrderR Documentation

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.

Details

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

Author(s)

Kornelius Rohmeyer rohmeyer@small-projects.de

Examples


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


Crossover documentation built on March 31, 2023, 9:50 p.m.