initial.design {doofa} | R Documentation |
create an initial design of o-of-a with n rows and m columns
Description
create an initial design of o-of-a with n rows and m columns
Usage
initial.design(n, m)
Arguments
n |
a positive integer |
m |
a positive integer |
Value
a matrix with n rows and m columns
Examples
initial.design(n = 6, m = 3);
[Package doofa version 1.0 Index]