randomLHD | R Documentation |
This function generates a random Latin hypercube design.
randomLHD(n, p)
n |
design size. |
p |
design dimension. |
randomLHD
generates a random Latin hypercube design.
a random Latin hypercube design.
n = 20
p = 3
D = randomLHD(n, p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.