selectAll | R Documentation |
Select all Design Points. Returns the whole set of proposed design points. It is a dummy function, used as the default for more sophisticated selection procedures.
selectAll(x, y, control)
x |
matrix of design points |
y |
matrix of function values |
control |
list of controls |
This function returns a list with:
x
matrix of selected design points.
y
matrix of selected function values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.