Learn R Programming

SPOT (version 2.11.10)

selectAll: selectAll

Description

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.

Usage

selectAll(x, y, control)

Arguments

x

matrix of design points

y

matrix of function values

control

list of controls

Value

This function returns a list with:

x

matrix of selected design points.

y

matrix of selected function values.