Description Usage Arguments Value Examples
makes a uniform, random, or user-specified grid over some columns of a data.frame and takes their Cartesian product with the other columns
1 | makeDesign(data, vars, n, uniform = TRUE, points, int.points)
|
data |
a |
vars |
character vector the columns in data to create the grid for |
n |
two dimensional integer vector giving the resolution of the grid. the first element gives the grid on |
uniform |
logical, indicates whether a uniform grid is to be constructed. |
points |
a named list which gives specific points for |
int.points |
a integer vector giving indices of the points in |
a data.frame
with at most n
dimensions.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.