rLHD | R Documentation |
rLHD
returns a random n
by k
Latin hypercube design matrix
rLHD(n, k)
n |
A positive integer, which stands for the number of rows (or run size). |
k |
A positive integer, which stands for the number of columns (or factor size). |
If all inputs are positive integer, then the output will be a n
by k
design matrix.
#create a toy LHD with 5 rows and 3 columns
toy=rLHD(n=5,k=3);toy
#another example with 9 rows and 2 columns
rLHD(9,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.