pwo {doofa}R 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);

[Package doofa version 1.0 Index]