rgp (version 0.4-1)

normalizedDesign: Create a normalized design matrix

Description

Produces a normalized design and calculates the minimal distance if required. Returns a design is a matrix with dim columns and size rows.

Usage

normalizedDesign(dimension, size, calcMinDistance = FALSE)

Arguments

dimension
Dimension of the problem (will be no. of columns of the result matrix).
size
Number of points with that dimension needed. (will be no. of rows of the result matrix).
calcMinDistance
Indicates whether a minimal distance should be calculated.

Value

List L consists of a matrix and nd (if required) a minimal distance.