A R implementation of the conditioned Latin Hypercube Sampling method
It's easiest to install clhs
from CRAN:
install.packages("clhs")
You can also install it use the devtools
package to install clhs
:
devtools::install_github("pierreroudier/clhs")