Travis-CI Build Status CRAN_Status_Badge Total_Downloads

clhs

A R implementation of the conditioned Latin Hypercube Sampling method

Scope

Installation

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")