pwo: create PWO ordering of a given run of a design

View source: R/doofa.R

pwoR Documentation

create PWO ordering of a given run of a design

Description

create PWO ordering of the given run

Usage

pwo(x)

Arguments

x

a numeric vector containing elements 1 to m in some order

Value

PWO ordering of the given run

Examples

row = c(3,1,2)
pwo(row);

doofa documentation built on June 22, 2024, 7:39 p.m.

Related to pwo in doofa...