canonicalOrder {Crossover}R 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"))


[Package Crossover version 0.1-22 Index]