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 May 29, 2024, 1:32 a.m.