lhs

This package provides a number of methods for creating and augmenting Latin Hypercube Samples

Linux & MacOS Windows Code Coverage CRAN Downloads CRAN
Build Status Build status Coverage status CRAN status

Visit the webpage here

See the Doxygen documentation here

Installation

You can install the released version of lhs from CRAN with:

install.packages("lhs")

You can also install the development version of lhs from here with:

# (if not done already:)  install.packages("devtools")
devtools::install_github("bertcarnell/lhs")

Example

Create a random LHS with 10 samples and 3 variables

X <- randomLHS(10, 3)

Development

The reverse dependency checks for lhs can be found here.

Help

R-Help Examples of using the LHS package

Other

lhs package announcement: R-pkgs New R-Packages: Triangle and LHS