Description Usage Arguments Value
View source: R/design_of_experiments.r
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.
1 | gridDesign(dimension, points = seq(from = 0, to = 1, length.out = 10))
|
dimension |
The number of columns in the design matrix to create. |
points |
A vector of points to sample at in each dimension. |
The regular grid design matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.