powered by
create an initial design of o-of-a with n rows and m columns
initial.design(n, m)
a matrix with n rows and m columns
a positive integer
initial.design(n = 6, m = 3);
Run the code above in your browser using DataLab