gridDesign: Create a regular grid design matrix

Description Usage Arguments Value

View source: R/design_of_experiments.r

Description

Returns a n = length(points)**dimension times m = dimension matrix containing the coordinates of sample points from a hypervolume of the given dimension. Points are sampled in a grid defined by the vector points.

Usage

1
gridDesign(dimension, points = seq(from = 0, to = 1, length.out = 10))

Arguments

dimension

The number of columns in the design matrix to create.

points

A vector of points to sample at in each dimension.

Value

The regular grid design matrix.


rgp documentation built on May 30, 2017, 12:45 a.m.